diff options
author | Dmitry Oleshko <doleshko@productengine.com> | 2009-11-18 18:36:10 +0200 |
---|---|---|
committer | Dmitry Oleshko <doleshko@productengine.com> | 2009-11-18 18:36:10 +0200 |
commit | 4dc294e6dc6a88201ccb2dce76eab25ca936e062 (patch) | |
tree | 619ad963e2a19b5ada99e21f1a86c0b5139da70b /indra/newview/lltoastnotifypanel.h | |
parent | 1ea7c51f7e3f012916c1f5e76100b9686ee3d35b (diff) |
fixed low bug (EXT-2552) Building of notification toast's panel produces a creation of dummy icon
removed commented code from XML file
removed from toast notify panel Icon member and a corresponding code
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/lltoastnotifypanel.h')
-rw-r--r-- | indra/newview/lltoastnotifypanel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lltoastnotifypanel.h b/indra/newview/lltoastnotifypanel.h index 66534edcdf..eea70705ec 100644 --- a/indra/newview/lltoastnotifypanel.h +++ b/indra/newview/lltoastnotifypanel.h @@ -73,7 +73,6 @@ private: // panel elements LLTextBase* mTextBox; - LLIconCtrl* mIcon; LLPanel* mInfoPanel; // a panel, that contains an information LLPanel* mControlPanel; // a panel, that contains buttons (if present) |