diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2013-02-14 18:51:13 +0200 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2013-02-14 18:51:13 +0200 |
commit | 638d94eef75799d47f8b913e0909b4079e55c03b (patch) | |
tree | dd7b6213a55e5ebc567e95e2b5e5385677bffa6d /indra | |
parent | c7cac7896ee4ccdd71dad432f1314b85987e78cf (diff) |
CHUI-739 : Clean up : FUI toolbars not displayed when switching between CHUI and release viewer
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcommon/llinitparam.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/llinitparam.h b/indra/llcommon/llinitparam.h index 695403e3f4..eb4d84d835 100644 --- a/indra/llcommon/llinitparam.h +++ b/indra/llcommon/llinitparam.h @@ -517,7 +517,6 @@ namespace LLInitParam static bool read(T& param, Parser* parser) { std::string value_string; - //TypeValues<T>::value_t v; // trying to get the declare value parser_read_func_map_t::iterator string_func = parser->mParserReadFuncs->find(&typeid(std::string)); |