X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture2d.h;h=6ae600e767acc2c7999d6523eba964db2d542f74;hp=209cede5843535a40b888c872f6be88909fd8436;hb=f2bb1caa233930e1148613e9d5daa2c29b0fe271;hpb=5a3966187c59c8763b7109d252875939e70cc151 diff --git a/source/core/texture2d.h b/source/core/texture2d.h index 209cede5..6ae600e7 100644 --- a/source/core/texture2d.h +++ b/source/core/texture2d.h @@ -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; }