diff options
author | Adrian Constantin <adrian.constantin@nokia.com> | 2010-03-03 15:21:37 (GMT) |
---|---|---|
committer | Adrian Constantin <adrian.constantin@nokia.com> | 2010-03-03 15:21:37 (GMT) |
commit | be1037d7b6bcdf0ab34fe7fab00d706f8daa01b5 (patch) | |
tree | 613d3ab8a5f9e518a6834ebe199f08de4f6d2d98 | |
parent | 4db16da585655e5d832eb0e03300bd3211f1631b (diff) | |
download | Qt-be1037d7b6bcdf0ab34fe7fab00d706f8daa01b5.zip Qt-be1037d7b6bcdf0ab34fe7fab00d706f8daa01b5.tar.gz Qt-be1037d7b6bcdf0ab34fe7fab00d706f8daa01b5.tar.bz2 |
Removed unused macro.
Reviewed-by: Stefano Pironato
-rw-r--r-- | src/gui/kernel/qapplication.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/kernel/qapplication.cpp b/src/gui/kernel/qapplication.cpp index 6dda961..4fe3900 100644 --- a/src/gui/kernel/qapplication.cpp +++ b/src/gui/kernel/qapplication.cpp @@ -117,10 +117,6 @@ extern bool qt_wince_is_pocket_pc(); //qguifunctions_wince.cpp #include <private/qt_cocoa_helpers_mac_p.h> #endif -#ifndef QT_GUI_DOUBLE_CLICK_RADIUS -#define QT_GUI_DOUBLE_CLICK_RADIUS 5 -#endif - //#define ALIEN_DEBUG static void initResources() |