summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spice.proto4
1 files changed, 1 insertions, 3 deletions
diff --git a/spice.proto b/spice.proto
index f722e7d7..240ed056 100644
--- a/spice.proto
+++ b/spice.proto
@@ -412,9 +412,7 @@ struct Path {
struct Clip {
clip_type type;
switch (type) {
- case NONE:
- uint64 data @zero;
- case RECTS:
+ case RECTS:
ClipRects *data @outvar(cliprects);
case PATH:
Path *data @outvar(clippath);