diff options
author | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
commit | ce28e056c20bf2723f565bbf464b87781ec248a2 (patch) | |
tree | ef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llfeaturemanager.cpp | |
parent | Second Life viewer sources 1.19.1.4b (diff) | |
download | meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2 meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz |
Second Life viewer sources 1.20.2
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfeaturemanager.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linden/indra/newview/llfeaturemanager.cpp b/linden/indra/newview/llfeaturemanager.cpp index f96b2db..9f79c18 100644 --- a/linden/indra/newview/llfeaturemanager.cpp +++ b/linden/indra/newview/llfeaturemanager.cpp | |||
@@ -75,8 +75,6 @@ const char FEATURE_TABLE_FILENAME[] = "featuretable.txt"; | |||
75 | 75 | ||
76 | const char GPU_TABLE_FILENAME[] = "gpu_table.txt"; | 76 | const char GPU_TABLE_FILENAME[] = "gpu_table.txt"; |
77 | 77 | ||
78 | LLFeatureManager *gFeatureManagerp = NULL; | ||
79 | |||
80 | LLFeatureInfo::LLFeatureInfo(const char *name, const BOOL available, const F32 level) : mValid(TRUE) | 78 | LLFeatureInfo::LLFeatureInfo(const char *name, const BOOL available, const F32 level) : mValid(TRUE) |
81 | { | 79 | { |
82 | mName = name; | 80 | mName = name; |
@@ -483,7 +481,7 @@ void LLFeatureManager::applyFeatures(bool skipFeatures) | |||
483 | } | 481 | } |
484 | 482 | ||
485 | // get the control setting | 483 | // get the control setting |
486 | LLControlBase* ctrl = gSavedSettings.getControl(mIt->first); | 484 | LLControlVariable* ctrl = gSavedSettings.getControl(mIt->first); |
487 | if(ctrl == NULL) | 485 | if(ctrl == NULL) |
488 | { | 486 | { |
489 | llwarns << "AHHH! Control setting " << mIt->first << " does not exist!" << llendl; | 487 | llwarns << "AHHH! Control setting " << mIt->first << " does not exist!" << llendl; |