]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture2d.h
Rework exceptions
[libs/gl.git] / source / texture2d.h
index 05fbbce2e80b6362e576077ca4fe019311576f46..5f4a7f9293e49f90781dbeaa50322cd6cc90747c 100644 (file)
@@ -68,7 +68,6 @@ public:
 
 private:
        void image(const Graphics::Image &);
-       void require_storage();
        void get_level_size(unsigned, unsigned &, unsigned &);
 };