summaryrefslogtreecommitdiff
path: root/indra/llui/llkeywords.h
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/llui/llkeywords.h
parent8e53c5bfb0e9feffa0450b362f21f56036b9b75c (diff)
strom-1831: Cleaning out commented and unused code
Diffstat (limited to 'indra/llui/llkeywords.h')
-rwxr-xr-xindra/llui/llkeywords.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llkeywords.h b/indra/llui/llkeywords.h
index de7645a5d2..689fd75bcd 100755
--- a/indra/llui/llkeywords.h
+++ b/indra/llui/llkeywords.h
@@ -110,7 +110,6 @@ public:
~LLKeywords();
void addColorGroup(const std::string key_in, const LLColor4 color);
- void clear();
void clearLoaded() { mLoaded = false; }
LLColor4 getColorGroup(const std::string key_in);
bool isLoaded() const { return mLoaded; }