]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture3d.h
Remove some unused and unnecessary things
[libs/gl.git] / source / core / texture3d.h
index 4a166174fbf75fb30bb8800ca3a3017c1ef5b43f..2498c52658e3279a2dc5cfcbff93e00ccbd05984 100644 (file)
@@ -64,8 +64,6 @@ public:
        storage. */
        virtual void image(const Graphics::Image &, unsigned = 0);
 
-       using Texture::image;
-
        unsigned get_width() const { return width; }
        unsigned get_height() const { return height; }
        unsigned get_depth() const { return depth; }