From 36bf984b03daf0b472fccc7b9cc63bc913f3ced2 Mon Sep 17 00:00:00 2001 From: Andrew Dyukov Date: Fri, 25 Jun 2010 17:55:24 +0300 Subject: EXT-7872 FIXED Removed disabling of movement controls when sitting. - Removed code responsible for disabling actions panel when sitting. - Removed LLFloaterMove::setEnabled() and replaced calls to it with calls showModeButtons() because it was the only code which remained there after first step of this fix. Reviewed by Leyla Farazha at https://codereview.productengine.com/secondlife/r/655/ --HG-- branch : product-engine --- indra/newview/llmoveview.h | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/newview/llmoveview.h') diff --git a/indra/newview/llmoveview.h b/indra/newview/llmoveview.h index fcf643f050..d463861188 100644 --- a/indra/newview/llmoveview.h +++ b/indra/newview/llmoveview.h @@ -55,7 +55,6 @@ private: public: /*virtual*/ BOOL postBuild(); - /*virtual*/ void setEnabled(BOOL enabled); /*virtual*/ void setVisible(BOOL visible); static F32 getYawRate(F32 time); static void setFlyingMode(BOOL fly); -- cgit v1.2.3