diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-18 17:16:46 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-18 17:16:46 +0200 |
commit | b37d9f82420d545f650f5f5eb39de513c9dbce80 (patch) | |
tree | afae734854d2d8ef4df98a1fb7442b29560bd525 | |
parent | d83c606639fd1a092b026cb3264e427957532741 (diff) |
libevdev: since don't care about sensor resolution, cleanup unused macro
-rw-r--r-- | ftnoir_protocol_libevdev/ftnoir_protocol_libevdev.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ftnoir_protocol_libevdev/ftnoir_protocol_libevdev.cpp b/ftnoir_protocol_libevdev/ftnoir_protocol_libevdev.cpp index 60d9e90c..fc01552e 100644 --- a/ftnoir_protocol_libevdev/ftnoir_protocol_libevdev.cpp +++ b/ftnoir_protocol_libevdev/ftnoir_protocol_libevdev.cpp @@ -13,8 +13,6 @@ static const int max_input = 65535; static const int mid_input = 32767; static const int min_input = 0; -#define HT_PI 3.1415926535 - FTNoIR_Protocol::FTNoIR_Protocol() : dev(NULL), uidev(NULL) { int error = 0; |