X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture1d.h;h=abe6c8879e5dbd07469bc1319e2fc2e6ac91230a;hp=16c88a1830a969b9f7625d97b6690e4d99267d82;hb=eddb5cfd959eaa202ee6f95cd2049349ec920829;hpb=d0df3ba82b187705331e2cc55d515c2d44e7f466 diff --git a/source/core/texture1d.h b/source/core/texture1d.h index 16c88a18..abe6c887 100644 --- a/source/core/texture1d.h +++ b/source/core/texture1d.h @@ -29,7 +29,6 @@ public: private: unsigned width = 0; - unsigned levels = 0; public: /** Sets storage format and size and allocates memory for the texture. If @@ -49,7 +48,6 @@ public: unsigned get_width() const { return width; } private: - unsigned get_n_levels() const; unsigned get_level_size(unsigned) const; };