]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture2d.h
Do not attempt to legacy-bind texture targets which do not support it
[libs/gl.git] / source / texture2d.h
index 9647ad3ed55c688a86c156dd11e3daacba687b9d..1f8b5f7ea557e94abcded7d8f7fd423b7fea7cdd 100644 (file)
@@ -31,7 +31,6 @@ public:
 private:
        class AsyncLoader;
 
-       PixelFormat ifmt;
        unsigned width;
        unsigned height;
        unsigned allocated;