From 75182acf727092775ff5f94d4a42799cafa2bff7 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Fri, 28 Jan 2011 22:36:29 +0100 Subject: Fixed format in Image. --- image.cpp | 1 - 1 file changed, 1 deletion(-) 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 { -- cgit v1.2.3