diff options
| author | Jacob Palecki <[email protected]> | 2020-09-27 21:13:03 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-27 21:13:03 -0700 |
| commit | 5d8700a462b4798c02f4a73bc66d2a69a4920ae1 (patch) | |
| tree | 3a2b71991a6efce65be9af0c303ec2b59bdebff4 /common/rawaccel.hpp | |
| parent | Set tab order (diff) | |
| parent | Merge pull request #26 from a1xd/argcheck (diff) | |
| download | rawaccel-5d8700a462b4798c02f4a73bc66d2a69a4920ae1.tar.xz rawaccel-5d8700a462b4798c02f4a73bc66d2a69a4920ae1.zip | |
Merge and fix write button
Diffstat (limited to 'common/rawaccel.hpp')
| -rw-r--r-- | common/rawaccel.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/rawaccel.hpp b/common/rawaccel.hpp index 14db883..d325abe 100644 --- a/common/rawaccel.hpp +++ b/common/rawaccel.hpp @@ -16,8 +16,6 @@ namespace rawaccel { - using milliseconds = double; - /// <summary> Struct to hold vector rotation details. </summary> struct rotator { |