Skip to content

Commit

Permalink
Remove unused, see #385
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 14, 2025
1 parent c965ff2 commit 6bf55fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/common/model/Track.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export default class Track extends PhetioObject {
public readonly updateEmitter = new Emitter();
public readonly removeEmitter = new Emitter();
public readonly forwardingDragStartEmitter = new Emitter( { parameters: [ { valueType: SceneryEvent } ] } );
private readonly trackTandem: Tandem;
public readonly model: EnergySkateParkModel;
public readonly draggable: boolean;
public readonly splittable: boolean;
Expand Down Expand Up @@ -153,7 +152,6 @@ export default class Track extends PhetioObject {

const tandem = options.tandem;

this.trackTandem = tandem;
this.model = model;
this.draggable = options.draggable;
this.configurable = options.configurable;
Expand Down

0 comments on commit 6bf55fb

Please sign in to comment.