X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftexture3d.h;h=cf336e52b0227fb859d2125cb686f07d70db46b3;hp=57f3a6f8589e9d1ea9c986785b477524880b0a76;hb=6b0a93110454cc8d84d0d9b9b29fe9d0ecbaa4d5;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;