X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftexture2d.h;h=1f8b5f7ea557e94abcded7d8f7fd423b7fea7cdd;hp=9647ad3ed55c688a86c156dd11e3daacba687b9d;hb=7af837734a28a14b3e24a421187d12ecd16572d0;hpb=e01371d38e290b4c526146fd5d1388bba8201233 diff --git a/source/texture2d.h b/source/texture2d.h index 9647ad3e..1f8b5f7e 100644 --- a/source/texture2d.h +++ b/source/texture2d.h @@ -31,7 +31,6 @@ public: private: class AsyncLoader; - PixelFormat ifmt; unsigned width; unsigned height; unsigned allocated;