Minor adjustment to lltexturectrl, removing a duplicate call.

Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
Beeks
2010-10-05 11:11:13 -04:00
parent 184de6a6c5
commit 0dd4f4c1b6

View File

@@ -1039,8 +1039,6 @@ LLXMLNodePtr LLTextureCtrl::getXML(bool save_children) const
node->createChild("allow_invisible_texture", TRUE)->setBoolValue(mAllowInvisibleTexture);
node->createChild("allow_invisible_texture", TRUE)->setBoolValue(mAllowInvisibleTexture);
node->createChild("can_apply_immediately", TRUE)->setBoolValue(mCanApplyImmediately );
return node;
@@ -1584,5 +1582,3 @@ BOOL LLToolTexEyedropper::handleHover(S32 x, S32 y, MASK mask)
return TRUE;
}