Removed setCallbackUserData calls from the last few newview files

This commit is contained in:
Lirusaito
2013-06-25 23:54:09 -04:00
parent 8fb8e74e54
commit 5aaea47a81
4 changed files with 6 additions and 16 deletions

View File

@@ -88,8 +88,7 @@ BOOL LLPanelLandMedia::postBuild()
{
mMediaTextureCtrl = getChild<LLTextureCtrl>("media texture");
mMediaTextureCtrl->setCommitCallback( onCommitAny );
mMediaTextureCtrl->setCallbackUserData( this );
mMediaTextureCtrl->setCommitCallback( onCommitAny, this );
mMediaTextureCtrl->setAllowNoTexture ( TRUE );
mMediaTextureCtrl->setImmediateFilterPermMask(PERM_COPY | PERM_TRANSFER);
mMediaTextureCtrl->setNonImmediateFilterPermMask(PERM_COPY | PERM_TRANSFER);