diff options
Diffstat (limited to 'src/widgets/kernel/qapplication_p.h')
-rw-r--r-- | src/widgets/kernel/qapplication_p.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/widgets/kernel/qapplication_p.h b/src/widgets/kernel/qapplication_p.h index 5047eb448c..6efee02195 100644 --- a/src/widgets/kernel/qapplication_p.h +++ b/src/widgets/kernel/qapplication_p.h @@ -422,9 +422,6 @@ public: static QWidget *active_window; static QIcon *app_icon; static bool obey_desktop_settings; - static int cursor_flash_time; - static int mouse_double_click_time; - static int keyboard_input_time; #ifndef QT_NO_WHEELEVENT static int wheel_scroll_lines; #endif |