summaryrefslogtreecommitdiff
path: root/include/video_fb.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-10-18 02:12:50 (GMT)
committerTom Rini <trini@konsulko.com>2016-10-23 22:33:48 (GMT)
commita4206575c8e0108faed0383c08b743b50e5562f5 (patch)
tree7cfbfe96c1b3b81a78c552b9e49b9cfc3d20657d /include/video_fb.h
parent1e1a0fb23d0b6d80df6e3c939249eaf3bd0c42f2 (diff)
downloadu-boot-fsl-qoriq-a4206575c8e0108faed0383c08b743b50e5562f5.tar.xz
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/video_fb.h')
-rw-r--r--include/video_fb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/video_fb.h b/include/video_fb.h
index b7e3aee..b008853 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_ */