diff options
author | Adam Jackson <ajax@redhat.com> | 2010-10-11 10:49:56 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-10-13 09:18:41 -0700 |
commit | febf3e7ead8dbb355622c896ff1744b2ca52a49a (patch) | |
tree | 2c47fd6201467e3f22ae89d06123d354ccbc7c2f /hw/xwin/wingetsp.c | |
parent | 1333e101b4f6ecca72568b7f462884f8b102a5c2 (diff) |
dix: Remove the memory of the multibuffer extension
Drop DRAWABLE_BUFFER and related checks, mbuf was the only thing that
used them and it was killed in 0ba82562.
Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/xwin/wingetsp.c')
-rw-r--r-- | hw/xwin/wingetsp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xwin/wingetsp.c b/hw/xwin/wingetsp.c index 03f7f1012..db914c938 100644 --- a/hw/xwin/wingetsp.c +++ b/hw/xwin/wingetsp.c @@ -181,10 +181,6 @@ winGetSpansNativeGDI (DrawablePtr pDrawable, FatalError ("winGetSpans - UNDRAWABLE_WINDOW\n"); break; - case DRAWABLE_BUFFER: - FatalError ("winGetSpans - DRAWABLE_BUFFER\n"); - break; - default: FatalError ("winGetSpans - Unknown drawable type\n"); break; |