Remove duplicated enums for keyboard modifiers

This commit is contained in:
Alexander Larsson 2010-06-18 16:29:49 +02:00
parent 23850b5fce
commit 1f37a974bf

View File

@ -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,
};