mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04:00
include/video.h: drop unused video_printf()
There is no such function in the code, so remove this prorotype. Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
4398d55991
commit
ed82fb145a
@ -14,6 +14,5 @@
|
|||||||
int video_init (void *videobase);
|
int video_init (void *videobase);
|
||||||
void video_putc (const char c);
|
void video_putc (const char c);
|
||||||
void video_puts (const char *s);
|
void video_puts (const char *s);
|
||||||
void video_printf (const char *fmt, ...);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user