aboutsummaryrefslogtreecommitdiffstats
path: root/src/hwdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hwdata.h')
-rw-r--r--src/hwdata.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hwdata.h b/src/hwdata.h
index a5f9bf5..a4ecd87 100644
--- a/src/hwdata.h
+++ b/src/hwdata.h
@@ -25,8 +25,7 @@ struct FingerData {
struct HWData {
struct FingerData finger[DIM_FINGER];
button_t button;
- int nfinger;
- bool in_packet, in_finger;
+ int nfinger, nread;
};
////////////////////////////////////////////////////////