comparison 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
comparison
equal deleted inserted replaced
33749:d8f49edf8f25 33750:8b5898908212
58 .StreamType = STREAMTYPE_DUMMY, 58 .StreamType = STREAMTYPE_DUMMY,
59 .MovieWindow = True, 59 .MovieWindow = True,
60 .Balance = 50.0f 60 .Balance = 50.0f
61 }; 61 };
62 62
63 char *fsHistory[fsPersistant_MaxPos] = { NULL, NULL, NULL, NULL, NULL };
64
65 static int initialized; 63 static int initialized;
66 64
67 /* MPlayer -> GUI */ 65 /* MPlayer -> GUI */
68 66
69 void guiInit(void) 67 void guiInit(void)