diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llfeaturemanager.cpp | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfeaturemanager.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linden/indra/newview/llfeaturemanager.cpp b/linden/indra/newview/llfeaturemanager.cpp index 6b6eacd..1bcd1e1 100644 --- a/linden/indra/newview/llfeaturemanager.cpp +++ b/linden/indra/newview/llfeaturemanager.cpp | |||
@@ -58,8 +58,6 @@ | |||
58 | // | 58 | // |
59 | extern LLMemoryInfo gSysMemory; | 59 | extern LLMemoryInfo gSysMemory; |
60 | extern LLCPUInfo gSysCPU; | 60 | extern LLCPUInfo gSysCPU; |
61 | extern void write_debug(const char *str); | ||
62 | extern void write_debug(const std::string& str); | ||
63 | 61 | ||
64 | #if LL_DARWIN | 62 | #if LL_DARWIN |
65 | const char FEATURE_TABLE_FILENAME[] = "featuretable_mac.txt"; | 63 | const char FEATURE_TABLE_FILENAME[] = "featuretable_mac.txt"; |
@@ -493,8 +491,6 @@ void LLFeatureManager::initGraphicsFeatureMasks() | |||
493 | } | 491 | } |
494 | } | 492 | } |
495 | 493 | ||
496 | extern LLOSInfo gSysOS; | ||
497 | |||
498 | void LLFeatureManager::applyRecommendedFeatures() | 494 | void LLFeatureManager::applyRecommendedFeatures() |
499 | { | 495 | { |
500 | // see featuretable.txt / featuretable_linux.txt / featuretable_mac.txt | 496 | // see featuretable.txt / featuretable_linux.txt / featuretable_mac.txt |