diff options
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r-- | indra/newview/llpanelmaininventory.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h index a309b3619c..5300a2c023 100644 --- a/indra/newview/llpanelmaininventory.h +++ b/indra/newview/llpanelmaininventory.h @@ -112,8 +112,6 @@ protected: const std::string getFilterSubString(); void setFilterSubString(const std::string& string); - void updateWornItemsPanel(); - // menu callbacks void doToSelected(const LLSD& userdata); void closeAllFolders(); @@ -144,7 +142,6 @@ private: S32 mItemCount; std::string mItemCountString; LLComboBox* mSearchTypeCombo; - LLFrameTimer mUpdateWornTimer; |