diff gui/app.c @ 32847:12ae3b893c59

Remove support for skins directories using the obsolete name 'Skin'.
author ib
date Sat, 19 Feb 2011 22:02:34 +0000
parents 3ceeb62a1125
children 14af78beac02
line wrap: on
line diff
--- a/gui/app.c	Sat Feb 19 16:22:20 2011 +0000
+++ b/gui/app.c	Sat Feb 19 22:02:34 2011 +0000
@@ -88,11 +88,8 @@
 
 listItems   appMPlayer;
 
-/* FIXME: Eventually remove the obsolete directory names. */
 char      * skinDirInHome=NULL;
-char      * skinDirInHome_obsolete=NULL;
 char      * skinMPlayerDir=NULL;
-char      * skinMPlayerDir_obsolete=NULL;
 char      * skinName = NULL;
 
 void appClearItem( wItem * item )