diff options
author | Cinder <cinder.roxley@phoenixviewer.com> | 2014-06-08 17:10:57 -0600 |
---|---|---|
committer | Cinder <cinder.roxley@phoenixviewer.com> | 2014-06-08 17:10:57 -0600 |
commit | 904fd4245b517a44140a333a828d383ce4ed3005 (patch) | |
tree | e078df3dca81e7f143b6dc743b9158b638e03e3a /indra/llui/llkeywords.cpp | |
parent | 79e0e7d2980b28660716f43d0f0518a107117e83 (diff) |
"sections" is apparently unused as well.
Diffstat (limited to 'indra/llui/llkeywords.cpp')
-rwxr-xr-x | indra/llui/llkeywords.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llui/llkeywords.cpp b/indra/llui/llkeywords.cpp index 9c5a339b6d..fe050d6107 100755 --- a/indra/llui/llkeywords.cpp +++ b/indra/llui/llkeywords.cpp @@ -205,10 +205,6 @@ LLColor4 LLKeywords::getColorGroup(const std::string& key_in) { color_group = "SyntaxLslDataType"; } - else if (key_in == "sections") - { - color_group = "SyntaxLslSection"; - } else { LL_WARNS("SyntaxLSL") << "Color key '" << key_in << "' not recognized." << LL_ENDL; |