Skip to content

Commit

Permalink
ParameterisedHolderUI : Remove unused variable.
Browse files Browse the repository at this point in the history
It was masking the argument to the method, which was reported in the Maya ScriptEditor.
  • Loading branch information
andrewkaufman committed Mar 1, 2018
1 parent 04635f7 commit 5ab8be2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mel/IECoreMaya/ieParameterisedHolderUI.mel
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ global proc ieParameterisedHolderUIExtraAttributesNewAndReplace( string $attrNam
tokenize( $attrName, ".", $buf);

string $nodeName = $buf[0];
string $attrName = $buf[1];

if (`control -exists ieParameterisedAEExtraAttributes`)
deleteUI ieParameterisedAEExtraAttributes;
Expand Down

0 comments on commit 5ab8be2

Please sign in to comment.