Don't reset cursor position when closing window

The splash plugins should clear screen on their own.
This commit is contained in:
Ray Strode 2008-09-10 19:29:41 -04:00
parent dee4a85787
commit 69cec67904

View file

@ -506,7 +506,6 @@ void
ply_window_close (ply_window_t *window)
{
ply_window_restore_color_palette (window);
ply_window_set_text_cursor_position (window, 0, 0);
if (ply_frame_buffer_device_is_open (window->frame_buffer))
ply_frame_buffer_close (window->frame_buffer);