Mercurial > mplayer.hg
changeset 32875:997208b63159
Remove needless explicit initialization.
author | ib |
---|---|
date | Thu, 24 Feb 2011 15:19:15 +0000 |
parents | 440e617c116b |
children | 176bd475b6f3 |
files | gui/skin/skin.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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, ...) {