fakevim: remove workaround for Qt <= 4.5. Creator needs 4.6 anyway

This commit is contained in:
hjk
2009-11-03 14:25:25 +01:00
parent 0bc1095b70
commit 1775f5d887

View File

@@ -78,11 +78,6 @@
#include <climits>
// FIXME: Restrict this as soon the availableUndoSteps has been merged to Qt
#if QT_VERSION < 0x040600
#define availableUndoSteps revision
#endif
//#define DEBUG_KEY 1
#if DEBUG_KEY
# define KEY_DEBUG(s) qDebug() << s