Remove now duplicate and obsolete code in llscrolllistctrl.cpp
parent
2f688b41d6
commit
7ba7c29453
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue