Skip to content

Commit

Permalink
delete SimSpeedControlPanel, using TimeControlNode, see phetsims/scen…
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Mar 17, 2020
1 parent ec564f5 commit fb13d8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 63 deletions.
8 changes: 0 additions & 8 deletions js/neuron/view/NeuronScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ function NeuronScreenView( neuronClockModelAdapter ) {
yMargin: 6
},
speedRadioButtonGroupOptions: {
radioButtonOptions: { radius: 8 },
spacing: 8,
touchAreaXDilation: 5
},
Expand Down Expand Up @@ -318,13 +317,6 @@ function NeuronScreenView( neuronClockModelAdapter ) {
concentrationReadoutLayerNode.visible = concentrationVisible;
} );

// const simSpeedControlPanel = new SimSpeedControlPanel( neuronClockModelAdapter.speedProperty, {
// left: this.layoutBounds.minX + leftPadding,
// centerY: centerYForLowerControls,
// maxWidth: 250 // empirically determined
// } );
// this.addChild( simSpeedControlPanel );

const zoomControl = new ZoomControl( zoomProperty, MIN_ZOOM, MAX_ZOOM );
this.addChild( zoomControl );
zoomControl.top = clipAreaBounds.y;
Expand Down
55 changes: 0 additions & 55 deletions js/neuron/view/controlpanel/SimSpeedControlPanel.js

This file was deleted.

0 comments on commit fb13d8e

Please sign in to comment.