Removed some unused #defines from iOS qplatformdefs.h
authorIan Dean <ian@mediator-software.com>
Thu, 19 Jul 2012 07:36:33 +0000 (00:36 -0700)
committerQt by Nokia <qt-info@nokia.com>
Tue, 11 Sep 2012 10:09:47 +0000 (12:09 +0200)
Removed QT_GUI_DRAG_DISTANCE & QT_GUI_DOUBLE_CLICK_DISTANCE from the
iOS qplatformdefs.h header as these values are dependant on display
pitch and should be calculated by the platform plugin.

Change-Id: I00c377483ad73cad19a2fe729cb3f45e9271e3ac
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
mkspecs/common/ios/qplatformdefs.h

index d25d993..9b4a8bd 100644 (file)
@@ -94,7 +94,4 @@
 #define QT_SNPRINTF             ::snprintf
 #define QT_VSNPRINTF            ::vsnprintf
 
-#define QT_GUI_DRAG_DISTANCE    12
-#define QT_GUI_DOUBLE_CLICK_DISTANCE 12
-
 #endif // QPLATFORMDEFS_H