X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcore%2Ftexture.cpp;h=bbda89b622f78b51038b8e8fd6123274d24a4e14;hb=6065f6622cc275dc0b20baaf7c267e71169d18f3;hp=5c82dbe535d91a3036c4eed0f0f3e4d93a2e2fdb;hpb=c4aeeced7b397d46772577775bd3a0d6c4706cba;p=libs%2Fgl.git diff --git a/source/core/texture.cpp b/source/core/texture.cpp index 5c82dbe5..bbda89b6 100644 --- a/source/core/texture.cpp +++ b/source/core/texture.cpp @@ -147,11 +147,6 @@ void Texture::generate_mipmap() } } -void Texture::load_image(const string &fn, bool) -{ - load_image(fn, 0U); -} - void Texture::load_image(const string &fn, unsigned lv) { Graphics::Image img; @@ -160,11 +155,6 @@ void Texture::load_image(const string &fn, unsigned lv) image(img, lv); } -void Texture::image(const Graphics::Image &img, bool) -{ - image(img, 0U); -} - void Texture::set_debug_name(const string &name) { #ifdef DEBUG