LLFloaterInspect: bit of cleanup and allow sorting by creation date regardless of format

This commit is contained in:
Inusaito Sayori
2013-10-18 08:21:57 -04:00
parent ec5aaa2af8
commit 7813ca03da
2 changed files with 9 additions and 22 deletions

View File

@@ -63,8 +63,6 @@ public:
void onClickOwnerProfile();
void onSelectObject();
static void onGetAvNameCallback(const LLUUID& idCreator, const LLAvatarName& av_name, void* FloaterPtr);
LLScrollListCtrl* mObjectList;
protected:
// protected members
@@ -77,8 +75,6 @@ protected:
private:
LLFloaterInspect();
virtual ~LLFloaterInspect(void);
// static data
// static LLFloaterInspect* sInstance;
LLSafeHandle<LLObjectSelection> mObjectSelection;
// <edit>