diff mbox

[U-Boot] include/video.h: drop unused video_printf()

Message ID 1335537477-4792-1-git-send-email-agust@denx.de
State Accepted
Commit ed82fb145a269edc56c2d6297b182c75b6af5d24
Delegated to: Anatolij Gustschin
Headers show

Commit Message

Anatolij Gustschin April 27, 2012, 2:37 p.m. UTC
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 files changed, 0 insertions(+), 1 deletions(-)

Comments

Anatolij Gustschin May 24, 2012, 8:04 p.m. UTC | #1
On Fri, 27 Apr 2012 16:37:57 +0200
Anatolij Gustschin <agust@denx.de> wrote:

> 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 files changed, 0 insertions(+), 1 deletions(-)

Applied to u-boot-video/master.
diff mbox

Patch

diff --git a/include/video.h b/include/video.h
index efcc682..9519cea 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