diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llmaniprotate.cpp | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/newview/llmaniprotate.cpp')
-rw-r--r-- | linden/indra/newview/llmaniprotate.cpp | 3 |
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 | ||
516 | extern U32 gFrameCount; | ||
517 | |||
518 | // Freeform rotation | 515 | // Freeform rotation |
519 | void LLManipRotate::drag( S32 x, S32 y ) | 516 | void LLManipRotate::drag( S32 x, S32 y ) |
520 | { | 517 | { |