summaryrefslogtreecommitdiff
path: root/indra/newview/llselectmgr.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-03-16 14:19:30 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-03-16 14:19:30 -0700
commit58041846d5b90eb980999d9569fe62621341ac1d (patch)
treeebefeb7053d0cd04efb8f5776fee16279a0360d9 /indra/newview/llselectmgr.h
parentcc69e6df38cdaaa347dc28b0640420a704ed9783 (diff)
Removing unreachable code from the viewer. Corresponding changes made on the server to remove the message handling.
Diffstat (limited to 'indra/newview/llselectmgr.h')
-rw-r--r--indra/newview/llselectmgr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llselectmgr.h b/indra/newview/llselectmgr.h
index c2816fe78a..9a066799fe 100644
--- a/indra/newview/llselectmgr.h
+++ b/indra/newview/llselectmgr.h
@@ -538,8 +538,6 @@ public:
void selectionTexScaleAutofit(F32 repeats_per_meter);
void adjustTexturesByScale(BOOL send_to_sim, BOOL stretch);
- void selectionResetRotation(); // sets rotation quat to identity
- void selectionRotateAroundZ(F32 degrees);
bool selectionMove(const LLVector3& displ, F32 rx, F32 ry, F32 rz,
U32 update_type);
void sendSelectionMove();