]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Graphic/Texture.hpp
Ditched unused private list in TextureRes
[lugaru.git] / Source / Graphic / Texture.hpp
index ab51cdb9653cf760fda40430c57fa60daeed262f..0f1282898053bd6b56310860f7db2fd046dd5d5d 100644 (file)
@@ -32,8 +32,6 @@ using namespace std;
 class TextureRes
 {
 private:
-    static vector<TextureRes*> list;
-
     GLuint id;
     string filename;
     bool hasMipmap;