summaryrefslogtreecommitdiffhomepage
path: root/proto-mouse
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-09-09 20:27:05 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-09-09 20:41:54 +0200
commit1db97bdf3cd8de3130a9685189aff9f415ddc6c0 (patch)
treef069a02e6c96df7e672ca9b8fbdf8f96206b79f6 /proto-mouse
parent64e983b3dda8f9b7d10cb31bebbc05ed13954e67 (diff)
proto/mouse: remove wrong comment
Diffstat (limited to 'proto-mouse')
-rw-r--r--proto-mouse/ftnoir_protocol_mouse.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/proto-mouse/ftnoir_protocol_mouse.cpp b/proto-mouse/ftnoir_protocol_mouse.cpp
index ced53bc6..fb88fe92 100644
--- a/proto-mouse/ftnoir_protocol_mouse.cpp
+++ b/proto-mouse/ftnoir_protocol_mouse.cpp
@@ -16,8 +16,6 @@
void FTNoIR_Protocol::pose(const double *headpose)
{
- // XXX TODO remove axis selector, use mapping window's
- // axis selection. Mention in UI axis used. -sh 20140920
const int axis_x = s.Mouse_X - 1;
const int axis_y = s.Mouse_Y - 1;