From ed82fb145a269edc56c2d6297b182c75b6af5d24 Mon Sep 17 00:00:00 2001
From: Anatolij Gustschin <agust@denx.de>
Date: Fri, 27 Apr 2012 04:37:57 +0000
Subject: [PATCH] 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>
---
 include/video.h | 1 -
 1 file changed, 1 deletion(-)

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
-- 
2.39.5