Skip to content

Commit

Permalink
removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed Apr 18, 2024
1 parent 95aac17 commit 7ae947d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cameras/multi-camera.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ class MultiCamera extends BaseCamera {
constructor(target: HTMLElement, options: Record<string, any> = {}) {
super(target, options);

this.mousePanSpeed = options.mousePanSpeed ?? this.mousePanSpeed;
this.mobilePanSpeed = options.mobilePanSpeed ?? this.mobilePanSpeed;
this.pinchSpeed = options.pinchSpeed ?? this.pinchSpeed;
this.wheelSpeed = options.wheelSpeed ?? this.wheelSpeed;
this.zoomAbsMin = options.zoomAbsMin ?? this.zoomAbsMin;
Expand Down

0 comments on commit 7ae947d

Please sign in to comment.