소스 검색

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>
Anatolij Gustschin 13 년 전
부모
커밋
ed82fb145a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      include/video.h

+ 0 - 1
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