diff options
author | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2018-06-11 14:28:30 +0300 |
---|---|---|
committer | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2018-06-11 14:28:30 +0300 |
commit | 1b236217560aeb81d5eea5a6b67b1f9896b005a8 (patch) | |
tree | b69705b8ef9831b4725fa3023626d87ec4b1809a /indra/newview/llfeaturemanager.h | |
parent | 546fc96f01298fe16f1cb0454e65569c77c44090 (diff) | |
parent | 2761c1c7c2fdb6cbfe610be7e2f4f8753271d36f (diff) |
Merged lindenlab/viewer-neko into default
Diffstat (limited to 'indra/newview/llfeaturemanager.h')
-rw-r--r-- | indra/newview/llfeaturemanager.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llfeaturemanager.h b/indra/newview/llfeaturemanager.h index 54bd07329a..f77861a1a7 100644 --- a/indra/newview/llfeaturemanager.h +++ b/indra/newview/llfeaturemanager.h @@ -145,9 +145,6 @@ public: // in the skip list if true void applyFeatures(bool skipFeatures); - // load the dynamic GPU/feature table from a website - void fetchHTTPTables(); - LLSD getRecommendedSettingsMap(); protected: @@ -158,8 +155,6 @@ protected: void initBaseMask(); - void fetchFeatureTableCoro(std::string name); - std::map<std::string, LLFeatureList *> mMaskList; std::set<std::string> mSkippedFeatures; BOOL mInited; |