summaryrefslogtreecommitdiff
path: root/indra/newview/llvectorperfoptions.h
diff options
context:
space:
mode:
authorSteven Bennetts <steve@lindenlab.com>2008-03-15 01:18:27 +0000
committerSteven Bennetts <steve@lindenlab.com>2008-03-15 01:18:27 +0000
commit672a76d0ea08a0d0fc824e103ee4c4242b7e03ec (patch)
treeb623a9c884383ad75ed755b2c373db2b90643671 /indra/newview/llvectorperfoptions.h
parent04611efae8a3291ceba8a29dd920bdae0d404830 (diff)
reverting premature commit at 82410.
Diffstat (limited to 'indra/newview/llvectorperfoptions.h')
-rw-r--r--indra/newview/llvectorperfoptions.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/llvectorperfoptions.h b/indra/newview/llvectorperfoptions.h
index e2a0a37e33..dac4d1f86c 100644
--- a/indra/newview/llvectorperfoptions.h
+++ b/indra/newview/llvectorperfoptions.h
@@ -32,6 +32,10 @@
#ifndef LL_VECTORPERFOPTIONS_H
#define LL_VECTORPERFOPTIONS_H
-// Deprecated - moved into llviewerjointmesh
+namespace LLVectorPerformanceOptions
+{
+ void initClass(); // Run after configuration files are read.
+ void cleanupClass();
+};
#endif