comparison gui/skin/skin.c @ 32875:997208b63159

Remove needless explicit initialization.
author ib
date Thu, 24 Feb 2011 15:19:15 +0000
parents 440e617c116b
children 176bd475b6f3
comparison
equal deleted inserted replaced
32874:440e617c116b 32875:997208b63159
33 const char *name; 33 const char *name;
34 int (*func)(char *in); 34 int (*func)(char *in);
35 } _item; 35 } _item;
36 36
37 listItems *skinAppMPlayer = &appMPlayer; 37 listItems *skinAppMPlayer = &appMPlayer;
38 static listItems *defList = NULL; 38 static listItems *defList;
39 39
40 static int linenumber; 40 static int linenumber;
41 static unsigned char path[512]; 41 static unsigned char path[512];
42 static unsigned char window_name[32] = ""; 42 static unsigned char window_name[32];
43 43
44 static wItem *currSection = NULL; 44 static wItem *currSection;
45 static int *currSubItem = NULL; 45 static int *currSubItem;
46 static wItem *currSubItems = NULL; 46 static wItem *currSubItems;
47 47
48 static void ERRORMESSAGE(const char *format, ...) 48 static void ERRORMESSAGE(const char *format, ...)
49 { 49 {
50 char p[512]; 50 char p[512];
51 char tmp[512]; 51 char tmp[512];