diff options
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llfloatergroups.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfloatergroups.cpp b/indra/newview/llfloatergroups.cpp index 3952c54670..307c937f6e 100644 --- a/indra/newview/llfloatergroups.cpp +++ b/indra/newview/llfloatergroups.cpp @@ -47,7 +47,6 @@  #include "llbutton.h"  #include "llgroupactions.h"  #include "llscrolllistctrl.h" -#include "llselectmgr.h"  #include "lltextbox.h"  #include "lluictrlfactory.h"  #include "lltrans.h" @@ -90,8 +89,6 @@ BOOL LLFloaterGroupPicker::postBuild()  		list_ctrl->setContextMenu(LLScrollListCtrl::MENU_GROUP);  	} -	LLSelectMgr::getInstance()->mUpdateSignal.connect(boost::bind(&LLFloaterGroupPicker::onBtnCancel, this)); -  	childSetAction("OK", onBtnOK, this);  	childSetAction("Cancel", onBtnCancel, this);  | 
