glamor: Drop dead glamor_is_large_picture().

It died as of keithp's new glyphs code.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Eric Anholt 2015-06-30 20:35:59 -07:00
parent cd608a516d
commit d278c30e68

View File

@ -945,18 +945,6 @@ glamor_is_large_pixmap(PixmapPtr pixmap)
return (glamor_pixmap_priv_is_large(priv));
}
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)
{