All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH QGit] Remove unused enum for key bindings
@ 2009-06-12 12:07 Markus Heidelberg
  0 siblings, 0 replies; only message in thread
From: Markus Heidelberg @ 2009-06-12 12:07 UTC (permalink / raw)
  To: Marco Costalba; +Cc: git, Markus Heidelberg

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@web.de>
---
 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-12 12:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-12 12:07 [PATCH QGit] Remove unused enum for key bindings Markus Heidelberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.