# HG changeset patch # User ib # Date 1298560755 0 # Node ID 997208b63159a9542a86f529c07f6fe140e43d56 # Parent 440e617c116bd41391c14618daba3eb0e1721f73 Remove needless explicit initialization. diff -r 440e617c116b -r 997208b63159 gui/skin/skin.c --- a/gui/skin/skin.c Thu Feb 24 15:11:10 2011 +0000 +++ b/gui/skin/skin.c Thu Feb 24 15:19:15 2011 +0000 @@ -35,15 +35,15 @@ } _item; listItems *skinAppMPlayer = &appMPlayer; -static listItems *defList = NULL; +static listItems *defList; static int linenumber; static unsigned char path[512]; -static unsigned char window_name[32] = ""; +static unsigned char window_name[32]; -static wItem *currSection = NULL; -static int *currSubItem = NULL; -static wItem *currSubItems = NULL; +static wItem *currSection; +static int *currSubItem; +static wItem *currSubItems; static void ERRORMESSAGE(const char *format, ...) {