removed unused function prototype

This commit is contained in:
Markus Fröschle
2013-01-20 12:04:17 +00:00
parent a8dd94a440
commit 47e4651e0e

View File

@@ -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