Commit ed82fb145a269edc56c2d6297b182c75b6af5d24

Authored by Anatolij Gustschin
1 parent 4398d55991

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -14,7 +14,6 @@
14 14 int video_init (void *videobase);
15 15 void video_putc (const char c);
16 16 void video_puts (const char *s);
17   -void video_printf (const char *fmt, ...);
18 17  
19 18 #endif