diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-17 18:58:39 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-17 18:58:39 +0000 |
commit | c17152c21eff9a165c92c8bf07678c4bca1c8a99 (patch) | |
tree | 6a4b2180de18e0dc7a5a18a1bda7b37242c4a5f8 /indra/newview/llfloaterinventory.h | |
parent | 8331c1a83776abcfeeec4629d9dfbdd2c689d14f (diff) | |
parent | d59038e53587b97d2fc98115d28f8b83da5f5d1b (diff) |
PE merge.
Diffstat (limited to 'indra/newview/llfloaterinventory.h')
-rw-r--r-- | indra/newview/llfloaterinventory.h | 4 |
1 files changed, 0 insertions, 4 deletions
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; }; |