summaryrefslogtreecommitdiff
path: root/src/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory.c')
-rw-r--r--src/memory.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/memory.c b/src/memory.c
index 15b483c..0e2edba 100644
--- a/src/memory.c
+++ b/src/memory.c
@@ -32,8 +32,6 @@ void output_memory(const struct Memory *m)
32 xf86Msg(X_INFO, "btdata: %04x\n", m->btdata); 32 xf86Msg(X_INFO, "btdata: %04x\n", m->btdata);
33 xf86Msg(X_INFO, "pointing: %04x\n", m->pointing); 33 xf86Msg(X_INFO, "pointing: %04x\n", m->pointing);
34 xf86Msg(X_INFO, "moving: %04x\n", m->moving); 34 xf86Msg(X_INFO, "moving: %04x\n", m->moving);
35 xf86Msg(X_INFO, "npoint: %d\n", m->npoint);
36 xf86Msg(X_INFO, "ybar: %d\n", m->ybar); 35 xf86Msg(X_INFO, "ybar: %d\n", m->ybar);
37 xf86Msg(X_INFO, "move_time: %lld\n", m->move_time); 36 xf86Msg(X_INFO, "move_time: %lld\n", m->move_time);
38 xf86Msg(X_INFO, "nmove: %d\n", m->nmove);
39} 37}