diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-03-26 14:38:03 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-03-26 14:38:03 +0200 |
commit | 56fa20e168240fe6c971a8c8e672fc5a9e2b6690 (patch) | |
tree | 75e49b82011fc55244b975ec38b9fec2b12f937e /indra/newview/llfloatergodtools.h | |
parent | b846bc1fe48e8681f9f468d097228e3330d10ce8 (diff) |
Fixed major bug EXT-6544 - remove Admin > God Tools > Grid > Kick All Residents button.
Removed "Kick all" button and corresponding code.
Reviewed by Mike Antipov - https://codereview.productengine.com/secondlife/r/117/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llfloatergodtools.h')
-rw-r--r-- | indra/newview/llfloatergodtools.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfloatergodtools.h b/indra/newview/llfloatergodtools.h index ef5ce02749..b95d1a30e4 100644 --- a/indra/newview/llfloatergodtools.h +++ b/indra/newview/llfloatergodtools.h @@ -198,9 +198,6 @@ public: void refresh(); - void onClickKickAll(); - static bool confirmKick(const LLSD& notification, const LLSD& response); - static bool finishKick(const LLSD& notification, const LLSD& response); static void onDragSunPhase(LLUICtrl *ctrl, void *userdata); void onClickFlushMapVisibilityCaches(); static bool flushMapVisibilityCachesConfirm(const LLSD& notification, const LLSD& response); |