diff options
Diffstat (limited to 'indra/newview/llfloaterabout.h')
-rw-r--r-- | indra/newview/llfloaterabout.h | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/indra/newview/llfloaterabout.h b/indra/newview/llfloaterabout.h index 7564b8e41c..1092282ae2 100644 --- a/indra/newview/llfloaterabout.h +++ b/indra/newview/llfloaterabout.h @@ -33,20 +33,9 @@ #ifndef LL_LLFLOATERABOUT_H #define LL_LLFLOATERABOUT_H -#include "llfloater.h" - -class LLFloaterAbout -: public LLFloater +namespace LLFloaterAboutUtil { -public: - LLFloaterAbout(); - virtual ~LLFloaterAbout(); - - static void show(void*); - -private: - static LLFloaterAbout* sInstance; -}; - + void registerFloater(); +} #endif // LL_LLFLOATERABOUT_H |