X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture3d.h;h=2498c52658e3279a2dc5cfcbff93e00ccbd05984;hp=4a166174fbf75fb30bb8800ca3a3017c1ef5b43f;hb=f2bb1caa233930e1148613e9d5daa2c29b0fe271;hpb=5a3966187c59c8763b7109d252875939e70cc151 diff --git a/source/core/texture3d.h b/source/core/texture3d.h index 4a166174..2498c526 100644 --- a/source/core/texture3d.h +++ b/source/core/texture3d.h @@ -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; }