summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2017-03-20 13:42:12 -0400
committerAdam Jackson <ajax@redhat.com>2017-03-21 11:20:26 -0400
commit4e76c2711740b775242170d8e5ee56c7e6829cce (patch)
tree8b6901ab596ead9a11bc3b5ff4d6c05b3e49dc43 /dix
parent40c12a76c2ae57adefd3b1d412387ebbfe2fb784 (diff)
dix: Remove PRIVATE_DAMAGE
None of this is actually wired up to anything, so we can also remove the devPrivates from the DamageRec. The DamageExtRec is what would need devPrivates for selinux labeling, in principle. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'dix')
-rw-r--r--dix/privates.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dix/privates.c b/dix/privates.c
index 478f52cbe..9a4e61138 100644
--- a/dix/privates.c
+++ b/dix/privates.c
@@ -105,7 +105,6 @@ static const char *key_names[PRIVATE_LAST] = {
[PRIVATE_CURSOR_BITS] = "CURSOR_BITS",
/* extension privates */
- [PRIVATE_DAMAGE] = "DAMAGE",
[PRIVATE_GLYPH] = "GLYPH",
[PRIVATE_GLYPHSET] = "GLYPHSET",
[PRIVATE_PICTURE] = "PICTURE",