Don't force text mode on quit

Leave it up to the splash plugin to decide
This commit is contained in:
Ray Strode 2008-09-13 10:51:26 -04:00
parent dc1eb48ac9
commit ebbde8f409

View file

@ -297,8 +297,6 @@ on_quit (state_t *state)
ply_trace ("hiding splash");
if (state->boot_splash != NULL)
ply_boot_splash_hide (state->boot_splash);
if (state->window != NULL)
ply_window_set_mode (state->window, PLY_WINDOW_MODE_TEXT);
ply_trace ("exiting event loop");
ply_event_loop_exit (state->loop, 0);
}