X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexturecube.h;h=127251d6497735b50267672807e8f4459b608988;hp=d444fee5dfefc8bb084956281a1957efbf9c0447;hb=HEAD;hpb=f73e671dcb36c097647cddbf5b1eaaad2ffc9299 diff --git a/source/core/texturecube.h b/source/core/texturecube.h index d444fee5..127251d6 100644 --- a/source/core/texturecube.h +++ b/source/core/texturecube.h @@ -49,7 +49,6 @@ public: private: unsigned size = 0; - unsigned levels = 0; static const Vector3 directions[6]; static const unsigned orientations[12]; @@ -82,7 +81,6 @@ public: unsigned get_size() const { return size; } private: - unsigned get_n_levels() const; unsigned get_level_size(unsigned) const; public: