diff options
author | Jonathan Yap <none@none> | 2012-03-30 18:11:28 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2012-03-30 18:11:28 -0400 |
commit | 4c8c3dbc2631ffda1d26bb56de0a75779f3bc215 (patch) | |
tree | 7657813573408276e216e1e183215f6aac99424e /indra/newview | |
parent | 98ce08c8fd272e0956759de857d65e6d50922677 (diff) |
STORM-1820 Remove incorrect comment
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewermenu.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index 138ba11f95..e3cb1ebe10 100644 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -5260,9 +5260,6 @@ class LLCommunicateBlockList : public view_listener_t { bool handleEvent(const LLSD& userdata) { - // we just send the message and let the server check for failure cases - // server will echo back a "Home position set." alert if it succeeds - // and the home location screencapture happens when that alert is recieved LLFloaterSidePanelContainer::showPanel("people", "panel_block_list_sidetray", LLSD()); return true; } |