Skip to content

Commit 4b845da

Browse files
authored
Merge pull request #89 from zougari47/cleanup/unused-vars
chore: remove unused variables
2 parents 4c8339e + 949fd62 commit 4b845da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/features/tilt/Tilt.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ const TILT_ANGLE_CONSTRAINT = 90;
99
/* eslint-disable @typescript-eslint/no-non-null-assertion */
1010

1111
export class Tilt {
12-
public glareAngle = 0;
13-
public glareOpacity = 0;
14-
1512
public tiltAngleX = 0;
1613
public tiltAngleY = 0;
1714
public tiltAngleXPercentage = 0;

0 commit comments

Comments
 (0)