diff options
author | James Cook <james@lindenlab.com> | 2009-11-24 22:13:10 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-24 22:13:10 -0800 |
commit | 458430be918500e1c93961a2d959542b3987f6a6 (patch) | |
tree | aeb72ca3b108854f5322feb3ca2c43817deeb133 /indra/newview/llfloatertestlistview.h | |
parent | 0eb42cd40c04575a982cb238e2488b1309584e6d (diff) |
Removed include llnotifications.h from llfloater.h trying to speed builds
Fixed many other includes related to this file.
Cleaned out llfloatertestlistview to be an empty test floater.
Diffstat (limited to 'indra/newview/llfloatertestlistview.h')
-rw-r--r-- | indra/newview/llfloatertestlistview.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/indra/newview/llfloatertestlistview.h b/indra/newview/llfloatertestlistview.h index 053da95def..0c47c2ee31 100644 --- a/indra/newview/llfloatertestlistview.h +++ b/indra/newview/llfloatertestlistview.h @@ -34,31 +34,16 @@ #include "llfloater.h" -class LLListView; class LLSD; class LLFloaterTestListView : public LLFloater { friend class LLFloaterReg; -public: - // nothing yet private: // Construction handled by LLFloaterReg LLFloaterTestListView(const LLSD& seed); ~LLFloaterTestListView(); - - /*virtual*/ BOOL postBuild(); - - // Perform some debug action when the list-view sends change notification - void onListViewChanged(); - - // Debug function hookups for buttons - void onClickTest1(); - void onClickTest2(); - -private: - LLListView* mListView; }; #endif |