Skip to content

Commit

Permalink
Removed dead and unused code, see phetsims/concentration#34 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Mar 25, 2015
1 parent 893a140 commit bc5385e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions js/concentration/model/Dropper.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ define( function( require ) {
thisDropper.enabled.set( false );
}
} );

//together && together.addComponent( 'concentrationScreen.dropper.location', thisDropper.locationProperty );
}

return inherit( Movable, Dropper, {
Expand Down
3 changes: 1 addition & 2 deletions js/concentration/view/SoluteComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ define( function( require ) {
listPosition: 'below',
itemYMargin: 12,
itemHighlightFill: 'rgb(218,255,255)',
buttonNodeComponentID: 'concentrationScreen.soluteComboBox',
listNodeVisiblePropertyID: 'concentrationScreen.soluteComboBox.listVisible'
buttonNodeComponentID: 'concentrationScreen.soluteComboBox'
} );
}

Expand Down

0 comments on commit bc5385e

Please sign in to comment.