summaryrefslogtreecommitdiff
path: root/indra/newview/llselectmgr.cpp
diff options
context:
space:
mode:
authorprep <none@none>2012-02-29 12:04:09 -0500
committerprep <none@none>2012-02-29 12:04:09 -0500
commit91fdd33f765b2f1ae7a4608bc426a106c75cfc11 (patch)
treefe687ef29b96f5c4cc8e95bcae0bfb455cef50df /indra/newview/llselectmgr.cpp
parentcfdd0c6faedfb8f93af7059bb61ae6dc8f8a1c69 (diff)
parent4d77d3cca1c932516781222e0c8c14d27f876466 (diff)
merge
Diffstat (limited to 'indra/newview/llselectmgr.cpp')
-rw-r--r--indra/newview/llselectmgr.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llselectmgr.cpp b/indra/newview/llselectmgr.cpp
index 6111255a66..9cfcf3de79 100644
--- a/indra/newview/llselectmgr.cpp
+++ b/indra/newview/llselectmgr.cpp
@@ -4144,12 +4144,6 @@ void LLSelectMgr::selectionUpdatePhantom(BOOL is_phantom)
getSelection()->applyToObjects(&func);
}
-void LLSelectMgr::selectionUpdateCastShadows(BOOL cast_shadows)
-{
- LLSelectMgrApplyFlags func( FLAGS_CAST_SHADOWS, cast_shadows);
- getSelection()->applyToObjects(&func);
-}
-
//----------------------------------------------------------------------
// Helpful packing functions for sendObjectMessage()
//----------------------------------------------------------------------