diff options
Diffstat (limited to 'core/input/input.h')
-rw-r--r-- | core/input/input.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/input/input.h b/core/input/input.h index f3150a8127..91e3b83b95 100644 --- a/core/input/input.h +++ b/core/input/input.h @@ -128,7 +128,6 @@ private: int mouse_from_touch_index = -1; struct SpeedTrack { - uint64_t last_tick; Vector2 speed; Vector2 accum; |