projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4398d55
)
include/video.h: drop unused video_printf()
author
Anatolij Gustschin
<agust@denx.de>
Fri, 27 Apr 2012 04:37:57 +0000
(
04:37
+0000)
committer
Anatolij 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
patch
|
blob
|
history
diff --git
a/include/video.h
b/include/video.h
index efcc682a2931a36e51dd7504fe764edc76c50100..9519ceaf98bf1da91404d1aa21df15b1dd667f9e 100644
(file)
--- 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