X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftexture2d.h;h=1f8b5f7ea557e94abcded7d8f7fd423b7fea7cdd;hp=9647ad3ed55c688a86c156dd11e3daacba687b9d;hb=cdf928f03f4d8383b8fa978abc4c255a850ec061;hpb=bdde5adcb78836c4d75196546059ae827cf3af9e 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;