From fd78e2cc6cdcbf7844dc38fb91d05922739f8bd9 Mon Sep 17 00:00:00 2001 From: Alexandr Kondratev Date: Sat, 25 Jun 2016 00:47:22 +0300 Subject: [PATCH] highgui module: removed unused type_mouse_event mouse_wheel --- modules/highgui/src/window_QT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highgui/src/window_QT.h b/modules/highgui/src/window_QT.h index 7896b9f4d0..c0769dcc94 100644 --- a/modules/highgui/src/window_QT.h +++ b/modules/highgui/src/window_QT.h @@ -366,7 +366,7 @@ private slots: }; -enum type_mouse_event { mouse_up = 0, mouse_down = 1, mouse_dbclick = 2, mouse_move = 3, mouse_wheel = 3 }; +enum type_mouse_event { mouse_up = 0, mouse_down = 1, mouse_dbclick = 2, mouse_move = 3 }; static const int tableMouseButtons[][3]={ {CV_EVENT_LBUTTONUP, CV_EVENT_RBUTTONUP, CV_EVENT_MBUTTONUP}, //mouse_up {CV_EVENT_LBUTTONDOWN, CV_EVENT_RBUTTONDOWN, CV_EVENT_MBUTTONDOWN}, //mouse_down