From b37d9f82420d545f650f5f5eb39de513c9dbce80 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 18 Sep 2013 17:16:46 +0200 Subject: libevdev: since don't care about sensor resolution, cleanup unused macro --- ftnoir_protocol_libevdev/ftnoir_protocol_libevdev.cpp | 2 -- 1 file changed, 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; -- cgit v1.2.3