diff options
| -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);  | 
