X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture.h;h=ff56e85cb233d97ff5b822c5360255b7c9e2a8bc;hb=a7948dfc4192efbbf2b5ca9258fd7e72b971f8ea;hp=13ff5bc9f73095094a0800cd1efbd5aaa3a4246a;hpb=5f5331a2d4c77c3954be1be65daa407d5841f8fc;p=libs%2Fgl.git diff --git a/source/core/texture.h b/source/core/texture.h index 13ff5bc9..ff56e85c 100644 --- a/source/core/texture.h +++ b/source/core/texture.h @@ -49,9 +49,7 @@ protected: void load_external_image(Graphics::Image &, const std::string &); private: - void external_image(const std::string &); - void external_image_srgb(const std::string &); - void external_image_common(const std::string &); + void external_image(bool, const std::string &); void generate_mipmap(bool); void image_data(const std::string &); void mipmap_levels(unsigned);