]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture2d.h
Remove the obsolete storage statement with border
[libs/gl.git] / source / texture2d.h
index 674c778f9782116dce94ef4c663e1dda89931953..92dafc7142e31b980493cc20013725f73d29f3c3 100644 (file)
@@ -27,7 +27,6 @@ public:
 
                void raw_data(const std::string &);
                void storage(PixelFormat, unsigned, unsigned);
-               void storage_b(PixelFormat, unsigned, unsigned, unsigned);
        };
 
 private: