From a5c43859c355afbb5a24d8599756297cad07f590 Mon Sep 17 00:00:00 2001 From: Loren Shih Date: Tue, 16 Mar 2010 17:11:02 -0400 Subject: EXT-5735 : InventorySP doesn't show # of inventory items even when known by viewer Moved # items fetched string into panel_main_inventory (out of floater_inventory) so that it's shared by all inventory views. --- indra/newview/llfloaterinventory.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'indra/newview/llfloaterinventory.h') diff --git a/indra/newview/llfloaterinventory.h b/indra/newview/llfloaterinventory.h index b661c391a7..473d2b189d 100644 --- a/indra/newview/llfloaterinventory.h +++ b/indra/newview/llfloaterinventory.h @@ -63,13 +63,9 @@ public: static void cleanup(); // Inherited functionality - /*virtual*/ void changed(U32 mask); - /*virtual*/ void draw(); /*virtual*/ void onOpen(const LLSD& key); LLInventoryPanel* getPanel(); -protected: - void updateTitle(); private: LLPanelMainInventory* mPanelMainInventory; }; -- cgit v1.2.3