summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorIma Mechanique <ima.mechanique@secondlife.com>2014-03-28 17:21:36 +0000
committerIma Mechanique <ima.mechanique@secondlife.com>2014-03-28 17:21:36 +0000
commit8bc42784122619e3f37afabbc5888821c3430369 (patch)
treed20fa686a1f4b4379231ea8363da217e43eea774 /indra/newview
parent8e53c5bfb0e9feffa0450b362f21f56036b9b75c (diff)
strom-1831: Cleaning out commented and unused code
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llsyntaxid.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llsyntaxid.h b/indra/newview/llsyntaxid.h
index 1b6903f2a2..7d6e120038 100644
--- a/indra/newview/llsyntaxid.h
+++ b/indra/newview/llsyntaxid.h
@@ -54,8 +54,6 @@ public:
static const std::string SIMULATOR_FEATURE;
protected:
- //LLViewerRegion* region;
-
static bool sInitialised;
static LLSD sKeywordsXml;
static bool sLoaded;
@@ -111,7 +109,6 @@ protected:
void setFileNameCurrent(std::string& name) { mFileNameCurrent = name; }
void setFileNameDefault(std::string& name) { mFileNameDefault = name; }
void setFileNameNew(std::string name) { mFileNameNew = name; }
-// void setSimulatorFeatureName(const std::string& name) { mSimulatorFeature = name; }
};