aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llmaniprotate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llmaniprotate.cpp')
-rw-r--r--linden/indra/newview/llmaniprotate.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/newview/llmaniprotate.cpp b/linden/indra/newview/llmaniprotate.cpp
index fb3de3a..2e4f66c 100644
--- a/linden/indra/newview/llmaniprotate.cpp
+++ b/linden/indra/newview/llmaniprotate.cpp
@@ -60,7 +60,6 @@
60#include "llviewerwindow.h" 60#include "llviewerwindow.h"
61#include "llworld.h" 61#include "llworld.h"
62#include "pipeline.h" 62#include "pipeline.h"
63#include "viewer.h"
64#include "lldrawable.h" 63#include "lldrawable.h"
65#include "llglheaders.h" 64#include "llglheaders.h"
66 65
@@ -513,8 +512,6 @@ LLVector3 LLManipRotate::projectToSphere( F32 x, F32 y, BOOL* on_sphere )
513 return LLVector3( x, y, z ); 512 return LLVector3( x, y, z );
514} 513}
515 514
516extern U32 gFrameCount;
517
518// Freeform rotation 515// Freeform rotation
519void LLManipRotate::drag( S32 x, S32 y ) 516void LLManipRotate::drag( S32 x, S32 y )
520{ 517{