summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2013-01-17 16:26:31 +0200
committerAlon Levy <alevy@redhat.com>2013-01-20 11:58:50 +0200
commit2e003fc6447128ca1035061a3f98fd57ee3bed24 (patch)
tree7d5483b61a0c00930258391ff5fd67a154457a6f
parent4908d6c4d13014f38dadfd1020cd680e81f053b7 (diff)
qxl_driver: remove unused enum ROPDescriptor
-rw-r--r--src/qxl_driver.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/qxl_driver.c b/src/qxl_driver.c
index e2d08c7..e289c70 100644
--- a/src/qxl_driver.c
+++ b/src/qxl_driver.c
@@ -1034,21 +1034,6 @@ qxl_switch_mode (SWITCH_MODE_ARGS_DECL)
return qxl_resize_primary_to_virtual (qxl);
}
-enum ROPDescriptor
-{
- ROPD_INVERS_SRC = (1 << 0),
- ROPD_INVERS_BRUSH = (1 << 1),
- ROPD_INVERS_DEST = (1 << 2),
- ROPD_OP_PUT = (1 << 3),
- ROPD_OP_OR = (1 << 4),
- ROPD_OP_AND = (1 << 5),
- ROPD_OP_XOR = (1 << 6),
- ROPD_OP_BLACKNESS = (1 << 7),
- ROPD_OP_WHITENESS = (1 << 8),
- ROPD_OP_INVERS = (1 << 9),
- ROPD_INVERS_RES = (1 << 10),
-};
-
static int
check_crtc (qxl_screen_t *qxl)
{