Bunch of excess clean up from while I was working on things

This commit is contained in:
Liru Færs
2019-10-10 02:49:17 -04:00
parent 0409a81e36
commit d16ff5cb5c
4 changed files with 2 additions and 49 deletions

View File

@@ -145,7 +145,6 @@ public:
virtual ~LLPanelLandGeneral();
/*virtual*/ void refresh();
void refreshNames();
virtual void draw();
void setGroup(const LLUUID& group_id);
void onClickSetGroup();
@@ -243,7 +242,6 @@ public:
LLPanelLandObjects(LLSafeHandle<LLParcelSelection>& parcelp);
virtual ~LLPanelLandObjects();
/*virtual*/ void refresh();
virtual void draw();
bool callbackReturnOwnerObjects(const LLSD& notification, const LLSD& response);
bool callbackReturnGroupObjects(const LLSD& notification, const LLSD& response);
@@ -261,8 +259,6 @@ public:
static void onClickReturnOwnerList(void*);
static void onClickRefresh(void*);
static void onDoubleClickOwner(void*);
void onCommitList();
static void onLostFocus(LLFocusableElement* caller, void* user_data);
static void onCommitClean(LLUICtrl* caller, void* user_data);