diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-02-03 13:34:00 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-02-03 13:34:00 +0200 |
commit | e1637b79a426df8cef575352bbee299458bf42b3 (patch) | |
tree | 60e9137fa462babed777b32dc0c17ec2dc16573f /indra/newview/llgrouplist.cpp | |
parent | 007bc25f66bd54421a089777b1a1ab28eeed1a7d (diff) |
No ticket: removed deprecated commented out code
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llgrouplist.cpp')
-rw-r--r-- | indra/newview/llgrouplist.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llgrouplist.cpp b/indra/newview/llgrouplist.cpp index e924e902df..1ed1113f4d 100644 --- a/indra/newview/llgrouplist.cpp +++ b/indra/newview/llgrouplist.cpp @@ -89,9 +89,6 @@ LLGroupList::LLGroupList(const Params& p) mShowIcons = gSavedSettings.getBOOL("GroupListShowIcons"); setCommitOnSelectionChange(true); - // TODO: implement context menu - // display a context menu appropriate for a list of group names -// setContextMenu(LLScrollListCtrl::MENU_GROUP); // Set default sort order. setComparator(&GROUP_COMPARATOR); |