aboutsummaryrefslogtreecommitdiffstats
path: root/src/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory.h')
-rw-r--r--src/memory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/memory.h b/src/memory.h
index 81cdae0..23d2ce6 100644
--- a/src/memory.h
+++ b/src/memory.h
@@ -26,9 +26,9 @@
struct Memory {
unsigned btdata, pointing, moving;
- int npoint, ybar;
+ int ybar;
mstime_t move_time;
- int dx[DIM_FINGER], dy[DIM_FINGER], nmove;
+ int dx[DIM_FINGER], dy[DIM_FINGER];