From 1f37a974bfea5edc8be64934c820e5151d771e01 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 18 Jun 2010 16:29:49 +0200 Subject: Remove duplicated enums for keyboard modifiers --- spice/protocol.h | 4 ---- 1 file changed, 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, }; -- cgit