From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 27 Apr 2012 16:37:57 +0200 Subject: [U-Boot] [PATCH] include/video.h: drop unused video_printf() Message-ID: <1335537477-4792-1-git-send-email-agust@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de There is no such function in the code, so remove this prorotype. Signed-off-by: Anatolij Gustschin --- include/video.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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 -- 1.7.7.6