diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:50 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:48 -0400 |
commit | a4206575c8e0108faed0383c08b743b50e5562f5 (patch) | |
tree | 7cfbfe96c1b3b81a78c552b9e49b9cfc3d20657d /include | |
parent | 1e1a0fb23d0b6d80df6e3c939249eaf3bd0c42f2 (diff) | |
download | u-boot-a4206575c8e0108faed0383c08b743b50e5562f5.tar.gz |
video: Drop CONFIG_VIDEO_HW_CURSOR
This is not used in U-Boot.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/video_fb.h | 4 |
1 files changed, 0 insertions, 4 deletions
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_ */ |