From 9655dc30e99ee0fd75cce4de7f436849c15228d1 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 24 Jun 2010 14:30:00 +0200 Subject: Remove support for clip by path This is not supported currently anyway and was not generated before. --- client/display_channel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/display_channel.cpp') diff --git a/client/display_channel.cpp b/client/display_channel.cpp index 5469653c..95840b57 100644 --- a/client/display_channel.cpp +++ b/client/display_channel.cpp @@ -1294,7 +1294,7 @@ void DisplayChannel::set_clip_rects(const SpiceClip& clip, uint32_t& num_clip_re num_clip_rects = 0; clip_rects = NULL; break; - case SPICE_CLIP_TYPE_PATH: + default: THROW("unexpected clip type"); } } -- cgit