Remove now duplicate and obsolete code in llscrolllistctrl.cpp

master
Ansariel 2013-06-30 23:26:54 +02:00
parent 2f688b41d6
commit 7ba7c29453
1 changed files with 0 additions and 4 deletions

View File

@ -1912,10 +1912,6 @@ BOOL LLScrollListCtrl::handleRightMouseDown(S32 x, S32 y, MASK mask)
registrar.add("Url.Execute", boost::bind(&LLScrollListCtrl::showNameDetails, id, is_group));
registrar.add("Url.CopyLabel", boost::bind(&LLScrollListCtrl::copyNameToClipboard, id, is_group));
registrar.add("Url.CopyUrl", boost::bind(&LLScrollListCtrl::copySLURLToClipboard, id, is_group));
// <FS:Ansariel> FS-7263: Register Url.ShowProfile for menu_url_agent.xml
// so we can properly open agent profile from contact
// list and textareas (nearby chat) context menus as well.
registrar.add("Url.ShowProfile", boost::bind(&LLUrlAction::showProfile, "secondlife:///app/agent/" + id + "/about"));
// <FS:Ansariel> Additional convenience options
registrar.add("FS.ZoomIn", boost::bind(&LLUrlAction::executeSLURL, "secondlife:///app/firestorm/" + id + "/zoom"));