From 2b9034759aa9671d60aa5efa052bf758687b3953 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 27 Oct 2017 10:29:25 +0530 Subject: [PATCH] ... --- kitty/glfw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/glfw.c b/kitty/glfw.c index 4d3c94327..7762e1ce6 100644 --- a/kitty/glfw.c +++ b/kitty/glfw.c @@ -319,7 +319,7 @@ get_cursor_pos(WindowWrapper *self) { } static PyObject* -get_content_scale(WindowWrapper *self) { +get_content_scale(WindowWrapper UNUSED *self) { #ifdef has_content_scale_query float xscale, yscale; glfwGetWindowContentScale(self->window, &xscale, &yscale);