Get rid of superfluous log

This commit is contained in:
twinaphex 2015-12-03 23:24:54 +01:00
parent 94c164762c
commit e73224c5c2

View File

@ -1195,8 +1195,6 @@ static void gl_update_input_size(gl_t *gl, unsigned width,
if (clear)
{
RARCH_LOG("Gets here.\n");
glPixelStorei(GL_UNPACK_ALIGNMENT,
video_pixel_get_alignment(width * sizeof(uint32_t)));
#if defined(HAVE_PSGL)