X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftexture3d.h;h=cf336e52b0227fb859d2125cb686f07d70db46b3;hp=57f3a6f8589e9d1ea9c986785b477524880b0a76;hb=4cb33c263a00787a57531dfc41a4128bf34d7bee;hpb=e01371d38e290b4c526146fd5d1388bba8201233 diff --git a/source/texture3d.h b/source/texture3d.h index 57f3a6f8..cf336e52 100644 --- a/source/texture3d.h +++ b/source/texture3d.h @@ -27,7 +27,6 @@ public: }; private: - PixelFormat ifmt; unsigned width; unsigned height; unsigned depth;