Removed exit sleep hack - we now display a dialogue instead

This commit is contained in:
simon.kagstrom 2009-05-22 07:09:16 +00:00
parent 05d1d3e1ce
commit 421415188c

View File

@ -465,17 +465,10 @@ static void save_load_state(int which)
} }
} }
static void exit_fn(void)
{
sleep(3);
}
void gui_init (int argc, char **argv) void gui_init (int argc, char **argv)
{ {
printf("Init gui\n"); printf("Init gui\n");
atexit(exit_fn);
} }
int gui_open (void) int gui_open (void)