These were replaced during conversion from Qt3 to Qt4, see commit 5df81c7 (Convert Q3PopupMenu to QMenu and Q3Accel to QShortcutEvent, 2007-02-20). Signed-off-by: Markus Heidelberg <markus.heidelberg@xxxxxx> --- src/common.h | 21 --------------------- 1 files changed, 0 insertions(+), 21 deletions(-) diff --git a/src/common.h b/src/common.h index 49a28c0..ceb62fb 100644 --- a/src/common.h +++ b/src/common.h @@ -66,27 +66,6 @@ namespace QGit { // minimum git version required extern const QString GIT_VERSION; - // key bindings - enum KeyType { - KEY_UP, - KEY_DOWN, - SHIFT_KEY_UP, - SHIFT_KEY_DOWN, - KEY_LEFT, - KEY_RIGHT, - CTRL_PLUS, - CTRL_MINUS, - KEY_U, - KEY_D, - KEY_DELETE, - KEY_B, - KEY_BCKSPC, - KEY_SPACE, - KEY_R, - KEY_P, - KEY_F - }; - // tab pages enum TabType { TAB_REV, -- 1.6.3.2.236.ge505d -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html