diff options
author | Graham Linden <graham@lindenlab.com> | 2018-08-06 18:39:52 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-08-06 18:39:52 +0100 |
commit | 46c6ead5c3fe87405a644e3167f15b9c6239ee03 (patch) | |
tree | 4117fbb6dc9aa7bc198e4796fe2c194b4938df3f /indra/newview/llfeaturemanager.h | |
parent | 7da3a1eb4f14b67c698977eb1947ce06a312d507 (diff) | |
parent | 057d115ac3de49db0e35066975441e64111c8369 (diff) |
Merge
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; |