Revert "(gl) Fix gl->should_resize being always true"

This reverts commit 0f339caf30362047ab676d696e3fb0677021d264.
This commit is contained in:
Twinaphex 2015-12-01 04:58:47 +01:00
parent b056e809c3
commit d35840ebcd

View File

@ -2678,9 +2678,6 @@ static bool gl_alive(void *data)
bool quit = false, resize = false;
gl_t *gl = (gl_t*)data;
/* Needed because some context drivers don't track their sizes */
video_driver_get_size(&temp_width, &temp_height);
if (gfx_ctx_check_window(data, &quit,
&resize, &temp_width, &temp_height))
{