diff options
Diffstat (limited to 'include/video_fb.h')
-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_ */ |