summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryitemslist.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llinventoryitemslist.h')
-rw-r--r--indra/newview/llinventoryitemslist.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llinventoryitemslist.h b/indra/newview/llinventoryitemslist.h
index 86e11dff17..ca90427659 100644
--- a/indra/newview/llinventoryitemslist.h
+++ b/indra/newview/llinventoryitemslist.h
@@ -64,10 +64,6 @@ public:
*/
void setForceRefresh(bool force_refresh){ mForceRefresh = force_refresh; }
- virtual bool selectItemByValue(const LLSD& value, bool select = true);
-
- void updateSelection();
-
/**
* Idle routine used to refresh the list regardless of the current list
* visibility, unlike draw() which is called only for the visible list.
@@ -104,9 +100,6 @@ protected:
private:
uuid_vec_t mIDs; // IDs of items that were added in refreshList().
// Will be used in refresh() to determine added and removed ids
-
- uuid_vec_t mSelectTheseIDs; // IDs that will be selected if list is not loaded till now
-
bool mNeedsRefresh;
bool mForceRefresh;