[PATCH 2/4] glamor: Drop dead glamor_is_large_picture().

Eric Anholt eric at anholt.net
Tue Jul 7 17:26:45 PDT 2015


It died as of keithp's new glyphs code.

Signed-off-by: Eric Anholt <eric at anholt.net>
---
 glamor/glamor_utils.h | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/glamor/glamor_utils.h b/glamor/glamor_utils.h
index cef62c5..0a7de82 100644
--- a/glamor/glamor_utils.h
+++ b/glamor/glamor_utils.h
@@ -946,18 +946,6 @@ glamor_is_large_pixmap(PixmapPtr pixmap)
 }
 
 inline static Bool
-glamor_is_large_picture(PicturePtr picture)
-{
-    PixmapPtr pixmap;
-
-    if (picture->pDrawable) {
-        pixmap = glamor_get_drawable_pixmap(picture->pDrawable);
-        return glamor_is_large_pixmap(pixmap);
-    }
-    return FALSE;
-}
-
-inline static Bool
 glamor_tex_format_is_readable(GLenum format)
 {
     return ((format == GL_RGBA || format == GL_RGB || format == GL_ALPHA));
-- 
2.1.4



More information about the xorg-devel mailing list