diff gui/app.c @ 32900:1481268ccd30

Move global skin directory variables. The more appropriate place for these variables is interface.c, because this is where they are set after all. Furthermore, their needless explicit initialization has been removed.
author ib
date Mon, 28 Feb 2011 14:47:17 +0000
parents 7104e2b2b648
children e06fbdd8eb46
line wrap: on
line diff
--- a/gui/app.c	Mon Feb 28 13:42:39 2011 +0000
+++ b/gui/app.c	Mon Feb 28 14:47:17 2011 +0000
@@ -23,10 +23,6 @@
 
 listItems appMPlayer;
 
-char *skinDirInHome  = NULL;
-char *skinMPlayerDir = NULL;
-char *skinName       = NULL;
-
 static const evName evNames[] = {
     { evNone,              "evNone"              },
     { evPlay,              "evPlay"              },