From 11e147c718e0a5fbefd65b0fed13cd4395c42e6f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 11 Sep 2017 15:55:30 +0530 Subject: [PATCH] ... --- kitty/shaders.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kitty/shaders.c b/kitty/shaders.c index ed9719b10..b0149d020 100644 --- a/kitty/shaders.c +++ b/kitty/shaders.c @@ -468,7 +468,6 @@ send_borders_rects(GLuint vw, GLuint vh) { unmap_vao_buffer(border_vertex_array, 0); } bind_program(BORDERS_PROGRAM); - printf(gl_strerror(glGetError())); glUniform2ui(border_uniform_locations[BORDER_viewport], vw, vh); unbind_program(); }