diff gui/interface.c @ 33750:8b5898908212

Remove variable holding history of selected files from interface.[ch]. Move it to cfg.[ch] instead. Additionally, remove needless explicit initialization.
author ib
date Thu, 07 Jul 2011 14:35:31 +0000
parents d8f49edf8f25
children 6cea6d268f97
line wrap: on
line diff
--- a/gui/interface.c	Thu Jul 07 14:20:35 2011 +0000
+++ b/gui/interface.c	Thu Jul 07 14:35:31 2011 +0000
@@ -60,8 +60,6 @@
     .Balance     = 50.0f
 };
 
-char *fsHistory[fsPersistant_MaxPos] = { NULL, NULL, NULL, NULL, NULL };
-
 static int initialized;
 
 /* MPlayer -> GUI */