From 1db97bdf3cd8de3130a9685189aff9f415ddc6c0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 9 Sep 2016 20:27:05 +0200 Subject: proto/mouse: remove wrong comment --- proto-mouse/ftnoir_protocol_mouse.cpp | 2 -- 1 file changed, 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; -- cgit v1.2.3