Skip to content

Commit

Permalink
Remove ReverseBatteryButtonIO, see #591
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 11, 2020
1 parent 32d4687 commit 7d3513e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 57 deletions.
4 changes: 1 addition & 3 deletions js/view/ReverseBatteryButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import Color from '../../../scenery/js/util/Color.js';
import circuitConstructionKitCommon from '../circuitConstructionKitCommon.js';
import Battery from '../model/Battery.js';
import CCKCRoundPushButton from './CCKCRoundPushButton.js';
import ReverseBatteryButtonIO from './ReverseBatteryButtonIO.js';

// constants
const ARROW_ICON_SCALE = 0.012;
Expand Down Expand Up @@ -60,8 +59,7 @@ class ReverseBatteryButton extends CCKCRoundPushButton {
assert && assert( battery instanceof Battery );
circuit.flip( battery );
},
tandem: tandem,
phetioType: ReverseBatteryButtonIO
tandem: tandem
}
);
}
Expand Down
54 changes: 0 additions & 54 deletions js/view/ReverseBatteryButtonIO.js

This file was deleted.

0 comments on commit 7d3513e

Please sign in to comment.