]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture3d.h
Rework exceptions
[libs/gl.git] / source / texture3d.h
index a0e96f4247aa7a90507aa39f9ebb86f94deb2f40..12bd4a4b8c223f640e3f4fadcda96d54dc449e74 100644 (file)
@@ -29,7 +29,6 @@ public:
        unsigned get_height() const { return height; }
        unsigned get_depth() const { return depth; }
 private:
-       void require_storage();
        void get_level_size(unsigned, unsigned &, unsigned &, unsigned &);
 };