diff options
author | James Cook <james@lindenlab.com> | 2009-10-05 23:41:22 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-10-05 23:41:22 +0000 |
commit | 5749dd152b84488606ff70572a5cf825954835ec (patch) | |
tree | 6fae6b06f54776a907ce6e3399238c9135c52e53 /indra/newview/llfloateravatarpicker.h | |
parent | 0e753a281ec3c3f100c057d3ee9de479005511ef (diff) |
EXT-670 Kill Calling Cards tab in "Resident chooser". Reviewed with Kelly.
Diffstat (limited to 'indra/newview/llfloateravatarpicker.h')
-rw-r--r-- | indra/newview/llfloateravatarpicker.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llfloateravatarpicker.h b/indra/newview/llfloateravatarpicker.h index 63896bef9f..f3b9aefb9c 100644 --- a/indra/newview/llfloateravatarpicker.h +++ b/indra/newview/llfloateravatarpicker.h @@ -37,7 +37,6 @@ #include <vector> - class LLFloaterAvatarPicker : public LLFloater { public: @@ -57,7 +56,6 @@ public: static void processAvatarPickerReply(class LLMessageSystem* msg, void**); private: - static void editKeystroke(class LLLineEditor* caller, void* user_data); static void onBtnFind(void* userdata); @@ -68,8 +66,6 @@ private: static void onList(class LLUICtrl* ctrl, void* userdata); void onTabChanged(); - void doCallingCardSelectionChange(const std::deque<class LLFolderViewItem*> &items, BOOL user_action); - void populateNearMe(); BOOL visibleItemsSelected() const; // Returns true if any items in the current tab are selected. @@ -79,8 +75,6 @@ private: virtual void draw(); virtual BOOL handleKeyHere(KEY key, MASK mask); - std::vector<LLUUID> mSelectedInventoryAvatarIDs; - std::vector<std::string> mSelectedInventoryAvatarNames; LLUUID mQueryID; BOOL mResultsReturned; BOOL mNearMeListComplete; |