mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 09:49:16 +01:00
Remove unused field
This commit is contained in:
parent
b1cd3a76e9
commit
73450834bc
@ -29,8 +29,7 @@ namespace DS4Windows
|
|||||||
public double elapsed;
|
public double elapsed;
|
||||||
public SixAxis previousAxis = null;
|
public SixAxis previousAxis = null;
|
||||||
|
|
||||||
double recip = 1d / 8192d;
|
private double tempDouble = 0d;
|
||||||
double tempDouble = 0d;
|
|
||||||
|
|
||||||
public SixAxis(int X, int Y, int Z,
|
public SixAxis(int X, int Y, int Z,
|
||||||
int aX, int aY, int aZ,
|
int aX, int aY, int aZ,
|
||||||
|
Loading…
Reference in New Issue
Block a user