diff options
| author | a1xd <[email protected]> | 2021-04-13 23:59:21 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-04-13 23:59:21 -0400 |
| commit | a6926be0e911b7b7637861866f41c3bca31a87a3 (patch) | |
| tree | a8d7cd5afb4c093e6f97e8d772b139dd5d749988 /common/accel-power.hpp | |
| parent | additional fixes (diff) | |
| download | rawaccel-a6926be0e911b7b7637861866f41c3bca31a87a3.tar.xz rawaccel-a6926be0e911b7b7637861866f41c3bca31a87a3.zip | |
move arbitrary input into settings
separate arbitrary mode from spaced modes, arbitrary now deserializes from default settings file
Diffstat (limited to 'common/accel-power.hpp')
| -rw-r--r-- | common/accel-power.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/accel-power.hpp b/common/accel-power.hpp index a21f926..c8faabb 100644 --- a/common/accel-power.hpp +++ b/common/accel-power.hpp @@ -24,5 +24,4 @@ namespace rawaccel { } }; - using power_legacy = power; } |