]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Text.cpp
Fixed a lot of warnings
[lugaru.git] / Source / Text.cpp
index 06ff6cdcfb1efb9f47e814000aa48b83361b7092..3cf61514e1f4de604c0bf13e5aebf0b09cdc558f 100644 (file)
@@ -26,8 +26,6 @@ extern TGAImageRec texture;
 
 void Text::LoadFontTexture(const char *fileName)
 {
-    GLuint type;
-
     LOGFUNC;
 
     LOG(std::string("Loading font texture...") + fileName);