diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-06-24 14:25:45 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-06-24 14:25:45 +0200 |
commit | a5be505ff4a4655140c6eb399fdade56bdf65a8e (patch) | |
tree | bc20b54b39ea861e9c9908ef6cbce44735088d97 /spice | |
parent | 9837b4596cfe2dbd32d799f585dca9e74d53e72d (diff) |
Remove SPICE_CLIP_TYPE_PATH enum.
Clip by path has not been supported since the pixman change, and
the win32 drivers were neutered to never produce it a while ago. Also,
even before that neutering it happened extremely seldom (never seen in
real life).
Diffstat (limited to 'spice')
-rw-r--r-- | spice/enums.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spice/enums.h b/spice/enums.h index 6e8665c..153356c 100644 --- a/spice/enums.h +++ b/spice/enums.h @@ -78,7 +78,6 @@ enum SpicePubkeyType { enum SpiceClipType { SPICE_CLIP_TYPE_NONE, SPICE_CLIP_TYPE_RECTS, - SPICE_CLIP_TYPE_PATH, SPICE_CLIP_TYPE_ENUM_END }; |