From b34d9fa7141aaa7d9f9b03b4d5718d63ed62e863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 20 Jan 2013 12:04:17 +0000 Subject: [PATCH] removed unused function prototype --- sources/init_fpga.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/init_fpga.c b/sources/init_fpga.c index a219296..7314e95 100644 --- a/sources/init_fpga.c +++ b/sources/init_fpga.c @@ -32,7 +32,6 @@ #define FPGA_CONF_DONE (1 << 5) extern void xprintf_before_copy(const char *fmt, ...); -extern void display_progress_before_copy(void); #define xprintf xprintf_before_copy #define display_progress display_progress_before_copy