vwebp: remove unnecessary static Help() prototype

all uses occur after its declaration

Change-Id: I775642ce6d1dec3bc6da2fa0d5d87490992c7e6c
This commit is contained in:
James Zern 2015-02-02 23:35:01 -08:00
parent be0fd1d52d
commit 2c906c407c

View File

@ -42,8 +42,6 @@
#define snprintf _snprintf
#endif
static void Help(void);
// Unfortunate global variables. Gathered into a struct for comfort.
static struct {
int has_animation;