diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-09 20:27:05 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-09 20:41:54 +0200 |
commit | 1db97bdf3cd8de3130a9685189aff9f415ddc6c0 (patch) | |
tree | f069a02e6c96df7e672ca9b8fbdf8f96206b79f6 | |
parent | 64e983b3dda8f9b7d10cb31bebbc05ed13954e67 (diff) |
proto/mouse: remove wrong comment
-rw-r--r-- | proto-mouse/ftnoir_protocol_mouse.cpp | 2 |
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; |