summaryrefslogtreecommitdiffstats
path: root/include/video.h
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2012-04-27 04:37:57 +0000
committerAnatolij Gustschin <agust@denx.de>2012-05-25 09:15:09 +0200
commited82fb145a269edc56c2d6297b182c75b6af5d24 (patch)
tree45ab751f232eb40ba9a0eba1c1e878121cec3fe7 /include/video.h
parent4398d55991eb3c2484a2a8e991d701e5d7a64874 (diff)
downloadtalos-obmc-uboot-ed82fb145a269edc56c2d6297b182c75b6af5d24.tar.gz
talos-obmc-uboot-ed82fb145a269edc56c2d6297b182c75b6af5d24.zip
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>
Diffstat (limited to 'include/video.h')
-rw-r--r--include/video.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/video.h b/include/video.h
index efcc682a29..9519ceaf98 100644
--- a/include/video.h
+++ b/include/video.h
@@ -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
OpenPOWER on IntegriCloud