comparison 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
comparison
equal deleted inserted replaced
32846:7e40682bf120 32847:12ae3b893c59
86 86
87 // --- 87 // ---
88 88
89 listItems appMPlayer; 89 listItems appMPlayer;
90 90
91 /* FIXME: Eventually remove the obsolete directory names. */
92 char * skinDirInHome=NULL; 91 char * skinDirInHome=NULL;
93 char * skinDirInHome_obsolete=NULL;
94 char * skinMPlayerDir=NULL; 92 char * skinMPlayerDir=NULL;
95 char * skinMPlayerDir_obsolete=NULL;
96 char * skinName = NULL; 93 char * skinName = NULL;
97 94
98 void appClearItem( wItem * item ) 95 void appClearItem( wItem * item )
99 { 96 {
100 item->type=0; 97 item->type=0;