summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatercamera.cpp
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-10-18 11:56:23 -0700
committercallum_linden <none@none>2014-10-18 11:56:23 -0700
commitbdce32a02b34e42ab2f145af5f8beb54f4e2b534 (patch)
tree3ada83c124c31712737f1215ed632cfbc85dea98 /indra/newview/llfloatercamera.cpp
parent2b93f505a03a2d0662c97cb6466ac0aae2187571 (diff)
Update to build on Xcode 6.0: collection of removal of unused variables [-Wunused-variable]
Diffstat (limited to 'indra/newview/llfloatercamera.cpp')
-rwxr-xr-xindra/newview/llfloatercamera.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llfloatercamera.cpp b/indra/newview/llfloatercamera.cpp
index d0939b3eee..6a82b8c74c 100755
--- a/indra/newview/llfloatercamera.cpp
+++ b/indra/newview/llfloatercamera.cpp
@@ -47,9 +47,7 @@ static LLDefaultChildRegistry::Register<LLPanelCameraItem> r("panel_camera_item"
const F32 NUDGE_TIME = 0.25f; // in seconds
const F32 ORBIT_NUDGE_RATE = 0.05f; // fraction of normal speed
-// Constants
-const F32 CAMERA_BUTTON_DELAY = 0.0f;
-
+// constants
#define ORBIT "cam_rotate_stick"
#define PAN "cam_track_stick"
#define ZOOM "zoom"