Skip to content

Commit

Permalink
removed some "// sounds" comments that were left over from the ES6 mo…
Browse files Browse the repository at this point in the history
…dule migration, see phetsims/chipper#875
  • Loading branch information
jbphet committed Jun 8, 2020
1 parent 4d6386c commit 76bf426
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions js/view/GravityForceLabScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ const massControlsLabelString = gravityForceLabStrings.a11y.controls.massControl
const massControlsHelpTextString = gravityForceLabStrings.a11y.controls.massControlsHelpText;
const massControlsHelpTextDensityString = gravityForceLabStrings.a11y.controls.massControlsHelpTextDensity;

// sounds

// constants
const SHOW_GRID = ISLCQueryParameters.showGrid;
const SHOW_RULER_REGIONS = ISLCQueryParameters.showRulerRegions;
Expand Down
2 changes: 0 additions & 2 deletions js/view/MassBoundarySoundGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import outerBoundarySound from '../../../tambo/sounds/boundary-reached_mp3.js';
import innerBoundarySound from '../../sounds/scrunched-mass-collision-sonic-womp_mp3.js';
import gravityForceLab from '../gravityForceLab.js';

// sounds

class MassBoundarySoundGenerator extends SoundGenerator {

/**
Expand Down
2 changes: 0 additions & 2 deletions js/view/MassSoundGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import SoundClip from '../../../tambo/js/sound-generators/SoundClip.js';
import massSound from '../../sounds/rubber-band-v3_mp3.js';
import gravityForceLab from '../gravityForceLab.js';

// sounds

// constants
const PITCH_RANGE_IN_SEMI_TONES = 30;

Expand Down

0 comments on commit 76bf426

Please sign in to comment.