]> git.sur5r.net Git - u-boot/commitdiff
include/video.h: drop unused video_printf()
authorAnatolij Gustschin <agust@denx.de>
Fri, 27 Apr 2012 04:37:57 +0000 (04:37 +0000)
committerAnatolij Gustschin <agust@denx.de>
Fri, 25 May 2012 07:15:09 +0000 (09:15 +0200)
There is no such function in the code, so remove this prorotype.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
include/video.h

index efcc682a2931a36e51dd7504fe764edc76c50100..9519ceaf98bf1da91404d1aa21df15b1dd667f9e 100644 (file)
@@ -14,6 +14,5 @@
 int    video_init      (void *videobase);
 void   video_putc      (const char c);
 void   video_puts      (const char *s);
-void   video_printf    (const char *fmt, ...);
 
 #endif