comparison gui/skin/skin.c @ 32926:7c205a5c2a9b

Remove parameter from appInitStruct() function. Since there is only one listItems structure variable (the global appMPlayer), there is no need to pass it to the function.
author ib
date Thu, 03 Mar 2011 13:13:20 +0000
parents 33b360b5adcf
children 03b1051bed5c
comparison
equal deleted inserted replaced
32925:992a4b9d7624 32926:7c205a5c2a9b
883 } 883 }
884 } 884 }
885 885
886 mp_dbg(MSGT_GPLAYER, MSGL_DBG2, "[skin] file: %s\n", fn); 886 mp_dbg(MSGT_GPLAYER, MSGL_DBG2, "[skin] file: %s\n", fn);
887 887
888 appInitStruct(&appMPlayer); 888 appInitStruct();
889 fntFreeFont(); 889 fntFreeFont();
890 890
891 linenumber = 0; 891 linenumber = 0;
892 892
893 while (fgets(tmp, sizeof(tmp), skinFile)) { 893 while (fgets(tmp, sizeof(tmp), skinFile)) {