]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture2d.h
Remove some unused and unnecessary things
[libs/gl.git] / source / core / texture2d.h
index 209cede5843535a40b888c872f6be88909fd8436..6ae600e767acc2c7999d6523eba964db2d542f74 100644 (file)
@@ -61,8 +61,6 @@ public:
        image must match the defined storage. */
        virtual void image(const Graphics::Image &, unsigned lv = 0);
 
-       using Texture::image;
-
        unsigned get_width() const { return width; }
        unsigned get_height() const { return height; }