diff options
| author | a1xd <[email protected]> | 2020-10-21 21:03:19 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-10-21 21:03:19 -0400 |
| commit | f0ec7a278892c0dfed7c39e4efebd57d97cdb46c (patch) | |
| tree | 633d599336dada1689ce79e177073b7e401a0a35 /common/rawaccel-settings.h | |
| parent | put autowrite option back in menu (diff) | |
| download | rawaccel-f0ec7a278892c0dfed7c39e4efebd57d97cdb46c.tar.xz rawaccel-f0ec7a278892c0dfed7c39e4efebd57d97cdb46c.zip | |
move speedcap into accelerator
Diffstat (limited to 'common/rawaccel-settings.h')
| -rw-r--r-- | common/rawaccel-settings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rawaccel-settings.h b/common/rawaccel-settings.h index fe17181..e9e158c 100644 --- a/common/rawaccel-settings.h +++ b/common/rawaccel-settings.h @@ -20,7 +20,6 @@ namespace rawaccel { bool combine_mags = true; vec2<accel_mode> modes = { accel_mode::noaccel, accel_mode::noaccel }; vec2<accel_args> argsv; - double speed_cap = 0; vec2d sens = { 1, 1 }; milliseconds time_min = DEFAULT_TIME_MIN; }; |