From d311e9aaa6ca137391b590d8093e53af7059ee0c Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Fri, 2 Feb 2018 11:35:45 +0100 Subject: lib/igt_fb: Remove igt_get_all_cairo_formats() All users have been converted to igt_fb_supported_format(), I don't think there's a valid use left for this. Signed-off-by: Maarten Lankhorst Reviewed-by: Mika Kahola Tested-by: Vidya Srinivas --- lib/igt_fb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/igt_fb.h') diff --git a/lib/igt_fb.h b/lib/igt_fb.h index a6ce0789..023b069d 100644 --- a/lib/igt_fb.h +++ b/lib/igt_fb.h @@ -162,7 +162,6 @@ int igt_cairo_printf_line(cairo_t *cr, enum igt_text_align align, uint32_t igt_bpp_depth_to_drm_format(int bpp, int depth); uint32_t igt_drm_format_to_bpp(uint32_t drm_format); const char *igt_format_str(uint32_t drm_format); -void igt_get_all_cairo_formats(const uint32_t **formats, int *format_count); bool igt_fb_supported_format(uint32_t drm_format); #endif /* __IGT_FB_H__ */ -- cgit v1.2.3