X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fresources%2Fresources.h;h=0743f763f306406920f175d541d1714429e09990;hb=ae423e6ef278388f92802fbae34b1c7ec339292f;hp=589ea5ae78d9f758b30fd2d65b55964983c09f1a;hpb=190a7e11237351f6b730c28f7b16f183e8adc69c;p=libs%2Fgl.git diff --git a/source/resources/resources.h b/source/resources/resources.h index 589ea5ae..0743f763 100644 --- a/source/resources/resources.h +++ b/source/resources/resources.h @@ -82,7 +82,6 @@ private: virtual void type(const DataFile::Symbol &); }; - bool srgb_conversion; ResourceManager *resource_manager; static Resources *global_resources; @@ -94,12 +93,6 @@ public: static Resources &get_global(); static const DataFile::CollectionSource &get_builtins(); - /** Enables or disables sRGB conversion. If enabled, textures and material - colors are converted from sRGB to linear color space when loaded. */ - DEPRECATED void set_srgb_conversion(bool); - - DEPRECATED bool get_srgb_conversion() const { return srgb_conversion; } - void set_resource_manager(ResourceManager *); protected: