diff 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
line wrap: on
line diff
--- a/gui/skin/skin.c	Thu Mar 03 12:30:50 2011 +0000
+++ b/gui/skin/skin.c	Thu Mar 03 13:13:20 2011 +0000
@@ -885,7 +885,7 @@
 
     mp_dbg(MSGT_GPLAYER, MSGL_DBG2, "[skin] file: %s\n", fn);
 
-    appInitStruct(&appMPlayer);
+    appInitStruct();
     fntFreeFont();
 
     linenumber = 0;