summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-18 16:29:49 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-18 16:29:49 +0200
commit1f37a974bfea5edc8be64934c820e5151d771e01 (patch)
tree38cdb1048b62256d7d0583cca7280344a58093a3
parent23850b5fce2d3ff9a0f32d1c214ec189a9c5d793 (diff)
Remove duplicated enums for keyboard modifiers
-rw-r--r--spice/protocol.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/spice/protocol.h b/spice/protocol.h
index 28d5cb9..f721ce1 100644
--- a/spice/protocol.h
+++ b/spice/protocol.h
@@ -92,10 +92,6 @@ typedef struct SPICE_ATTR_PACKED SpiceSubMessageList {
#define SPICE_INPUT_MOTION_ACK_BUNCH 4
-#define SPICE_SCROLL_LOCK_MODIFIER (1 << 0)
-#define SPICE_NUM_LOCK_MODIFIER (1 << 1)
-#define SPICE_CAPS_LOCK_MODIFIER (1 << 2)
-
enum {
SPICE_PLAYBACK_CAP_CELT_0_5_1,
};