summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--image.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/image.cpp b/image.cpp
index db385db..a3d0d6a 100644
--- a/image.cpp
+++ b/image.cpp
@@ -25,7 +25,6 @@ void Image::load(const std::string& filename) {
width = w;
height = h;
- unsigned int format;
if(ch == 4) {
format = GL_RGBA;
} else {