Skip to content

Commit

Permalink
Deleted NGPopUpButton's unused 'value' association
Browse files Browse the repository at this point in the history
  • Loading branch information
hugithordarson committed Jul 13, 2024
1 parent fbaf2f2 commit 72d45ed
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ public class NGPopUpButton extends NGDynamicElement {

private final NGAssociation _indexAss;

private final NGAssociation _valueAss;

/**
* Pass-through attributes
*/
Expand All @@ -57,7 +55,6 @@ public NGPopUpButton( String name, Map<String, NGAssociation> associations, NGEl
_disabledAss = _additionalAssociations.remove( "disabled" );
_nameAss = _additionalAssociations.remove( "name" );
_indexAss = _additionalAssociations.remove( "index" );
_valueAss = _additionalAssociations.remove( "value" );
}

@Override
Expand Down

0 comments on commit 72d45ed

Please sign in to comment.