diff options
author | Adam Jackson <ajax@redhat.com> | 2017-03-20 13:42:12 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-03-21 11:20:26 -0400 |
commit | 4e76c2711740b775242170d8e5ee56c7e6829cce (patch) | |
tree | 8b6901ab596ead9a11bc3b5ff4d6c05b3e49dc43 /dix | |
parent | 40c12a76c2ae57adefd3b1d412387ebbfe2fb784 (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.c | 1 |
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", |