summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatercamera.h
diff options
context:
space:
mode:
authorIgor Borovkov <iborovkov@productengine.com>2010-01-05 15:47:12 +0200
committerIgor Borovkov <iborovkov@productengine.com>2010-01-05 15:47:12 +0200
commit7669c07572e78b00eb93644a13d221f0eea5f2eb (patch)
tree87f4ba67ad396b3b6549a8f2bd67a25ee7606fd0 /indra/newview/llfloatercamera.h
parent5043fcce370fd21e9709f94787191a060919cc2b (diff)
EXT-3667 Usability : Returning back from mousehook does not set the user back to See as Avatar
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llfloatercamera.h')
-rw-r--r--indra/newview/llfloatercamera.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llfloatercamera.h b/indra/newview/llfloatercamera.h
index 5d44b4944d..45d5e9a845 100644
--- a/indra/newview/llfloatercamera.h
+++ b/indra/newview/llfloatercamera.h
@@ -61,7 +61,7 @@ public:
/* callback for camera presets changing */
static void onClickCameraPresets(const LLSD& param);
- static void toPrevModeIfInAvatarViewMode();
+ static void onLeavingMouseLook();
/** resets current camera mode to orbit mode */
static void resetCameraMode();
@@ -69,8 +69,6 @@ public:
/* determines actual mode and updates ui */
void update();
- static void updateIfNotInAvatarViewMode();
-
virtual void onOpen(const LLSD& key);
virtual void onClose(bool app_quitting);