From a4206575c8e0108faed0383c08b743b50e5562f5 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 17 Oct 2016 20:12:50 -0600 Subject: video: Drop CONFIG_VIDEO_HW_CURSOR This is not used in U-Boot. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- include/video_fb.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/video_fb.h') diff --git a/include/video_fb.h b/include/video_fb.h index b7e3aeef20..b008853f30 100644 --- a/include/video_fb.h +++ b/include/video_fb.h @@ -88,9 +88,5 @@ void video_set_lut ( unsigned char g, /* green */ unsigned char b /* blue */ ); -#ifdef CONFIG_VIDEO_HW_CURSOR -void video_set_hw_cursor(int x, int y); /* x y in pixel */ -void video_init_hw_cursor(int font_width, int font_height); -#endif #endif /*_VIDEO_FB_H_ */ -- cgit v1.2.3