From 3d9bacd53629a7a05530e0ef17e0d227171dc482 Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 28 Dec 2012 00:14:19 +0100 Subject: [PATCH] Don't log viewport calls. --- gfx/gl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/gl.c b/gfx/gl.c index 36583e83c6..a17ace4d34 100644 --- a/gfx/gl.c +++ b/gfx/gl.c @@ -695,7 +695,7 @@ void gl_set_viewport(gl_t *gl, unsigned width, unsigned height, bool force_full, gl->vp_out_height = height; } - RARCH_LOG("Setting viewport @ %ux%u\n", width, height); + //RARCH_LOG("Setting viewport @ %ux%u\n", width, height); } static void gl_set_rotation(void *data, unsigned rotation)