NORSPEC-292 remove unnecessary call to setIsLight

master
Graham Linden 2013-07-02 13:16:23 -07:00
parent f1c04467f7
commit c262ef58fa
1 changed files with 0 additions and 1 deletions

View File

@ -723,7 +723,6 @@ void LLPanelVolume::onLightCancelTexture(const LLSD& data)
// NORSPEC-292
//
volobjp->setLightTextureID(LLUUID::null);
volobjp->setIsLight(TRUE,TRUE);
}
}