diff --git a/src/cairo-xlib-surface.c b/src/cairo-xlib-surface.c index 19227b895..f63fa5b0e 100644 --- a/src/cairo-xlib-surface.c +++ b/src/cairo-xlib-surface.c @@ -2015,9 +2015,6 @@ _cairo_xlib_surface_create_internal (Display *dpy, } else if (strstr (ServerVendor (dpy), "XFree86") != NULL) { if (VendorRelease (dpy) <= 40500000) surface->buggy_repeat = TRUE; - } else if (strstr (ServerVendor (dpy), "Sun Microsystems, Inc.") != NULL) { - if (VendorRelease (dpy) <= 60900000) - surface->buggy_repeat = TRUE; } surface->dst_picture = None;