diff options
author | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2013-05-17 16:46:08 +0300 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-05-17 16:22:24 -0400 |
commit | 5545320c36a8a9692bc1f0f0ae6e0341a818449f (patch) | |
tree | 1a7ee1e0216ce06b8a58bec1b544961d6533b8a9 | |
parent | 86c8ca03b5ab2bf6ed985f68ff064b9101fee58e (diff) |
protocol: remove an unused sub-surface error code
This was left over from allowing nesting.
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-rw-r--r-- | protocol/subsurface.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocol/subsurface.xml b/protocol/subsurface.xml index 8db0495..4407fd7 100644 --- a/protocol/subsurface.xml +++ b/protocol/subsurface.xml @@ -60,8 +60,6 @@ <enum name="error"> <entry name="bad_surface" value="0" summary="the to-be sub-surface is invalid"/> - <entry name="bad_parent" value="1" - summary="the given parent is a sub-surface"/> </enum> <request name="get_subsurface"> |