Skip to content

Commit

Permalink
remove generalCloseSoundPlayer, it is now the default for CloseButton…
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jun 26, 2024
1 parent 7075dac commit 1dbaf47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/common/view/MeanInfoPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import PatternStringProperty from '../../../../axon/js/PatternStringProperty.js'
import Panel, { PanelOptions } from '../../../../sun/js/Panel.js';
import CloseButton from '../../../../scenery-phet/js/buttons/CloseButton.js';
import ButtonNode from '../../../../sun/js/buttons/ButtonNode.js';
import generalCloseSoundPlayer from '../../../../tambo/js/shared-sound-players/generalCloseSoundPlayer.js';
import ToggleNode from '../../../../sun/js/ToggleNode.js';
import { MeanWithRemainder } from '../../distribute/model/DistributeModel.js';

Expand Down Expand Up @@ -90,7 +89,6 @@ export default class MeanInfoPanel extends Panel {
},
baseColor: 'transparent',
buttonAppearanceStrategy: ButtonNode.FlatAppearanceStrategy,
soundPlayer: generalCloseSoundPlayer,
pathOptions: {
stroke: 'black'
},
Expand Down

0 comments on commit 1dbaf47

Please sign in to comment.