summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/text/qtextcontrol.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gui/text/qtextcontrol.cpp b/src/gui/text/qtextcontrol.cpp
index 810c715437..a693f98bc5 100644
--- a/src/gui/text/qtextcontrol.cpp
+++ b/src/gui/text/qtextcontrol.cpp
@@ -76,15 +76,6 @@
const int textCursorWidth = 1;
const bool fullWidthSelection = true;
-//#ifndef QT_NO_SHORTCUT
-//#include "private/QGuiApplication_p.h"
-//#include "private/qshortcutmap_p.h"
-//#include <qkeysequence.h>
-//#define ACCEL_KEY(k) (!qApp->d_func()->shortcutMap.hasShortcutForKeySequence(k) ? QLatin1Char('\t') + QString(QKeySequence(k)) : QString())
-//#else
-//#define ACCEL_KEY(k) QString()
-//#endif
-
QT_BEGIN_NAMESPACE
#ifndef QT_NO_CONTEXTMENU