aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-04-08 04:47:32 +1000
committerDavid Walter Seikel2013-04-08 04:47:32 +1000
commit0f7ca330c308a5edb51ee325faf26e5498b38af9 (patch)
tree1ed99b02793514c85238bbc23f7881b7c9727d37 /linden/indra/newview/llvovolume.cpp
parentA little more 64 bit clean now. (diff)
downloadmeta-impy-0f7ca330c308a5edb51ee325faf26e5498b38af9.zip
meta-impy-0f7ca330c308a5edb51ee325faf26e5498b38af9.tar.gz
meta-impy-0f7ca330c308a5edb51ee325faf26e5498b38af9.tar.bz2
meta-impy-0f7ca330c308a5edb51ee325faf26e5498b38af9.tar.xz
Delete a big bunch of unused variables.
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvovolume.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llvovolume.cpp b/linden/indra/newview/llvovolume.cpp
index cb38c86..2b9f94c 100644
--- a/linden/indra/newview/llvovolume.cpp
+++ b/linden/indra/newview/llvovolume.cpp
@@ -3217,11 +3217,11 @@ void LLVOVolume::syncMediaData(S32 texture_index, const LLSD &media_data, bool m
3217 mep = te->getMediaData(); 3217 mep = te->getMediaData();
3218 if(mep) 3218 if(mep)
3219 { 3219 {
3220 bool update_from_self = false; 3220 //bool update_from_self = false;
3221 if (!ignore_agent) 3221 if (!ignore_agent)
3222 { 3222 {
3223 LLUUID updating_agent = LLTextureEntry::getAgentIDFromMediaVersionString(getMediaURL()); 3223 LLUUID updating_agent = LLTextureEntry::getAgentIDFromMediaVersionString(getMediaURL());
3224 update_from_self = (updating_agent == gAgent.getID()); 3224 //update_from_self = (updating_agent == gAgent.getID());
3225 } 3225 }
3226 //viewer_media_t media_impl = LLViewerMedia::updateMediaImpl(mep, previous_url, update_from_self); 3226 //viewer_media_t media_impl = LLViewerMedia::updateMediaImpl(mep, previous_url, update_from_self);
3227 3227