From 9faf1a03778e1b095249ebc2b5ac70f28eeea392 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 10 May 2023 20:45:39 -0400 Subject: [PATCH] gsk: Comment out some debug code The calls of these functions are #ifdef'ed out, so no point in compiling these functions. --- gsk/gl/gskglcommandqueue.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gsk/gl/gskglcommandqueue.c b/gsk/gl/gskglcommandqueue.c index 30e3c83ba5..e7af501582 100644 --- a/gsk/gl/gskglcommandqueue.c +++ b/gsk/gl/gskglcommandqueue.c @@ -41,6 +41,7 @@ G_DEFINE_TYPE (GskGLCommandQueue, gsk_gl_command_queue, G_TYPE_OBJECT) +#if 0 G_GNUC_UNUSED static inline void print_uniform (GskGLUniformFormat format, guint array_count, @@ -231,6 +232,7 @@ gsk_gl_command_queue_capture_png (GskGLCommandQueue *self, gdk_texture_save_to_png (texture, filename); g_object_unref (texture); } +#endif static inline gboolean will_ignore_batch (GskGLCommandQueue *self) -- 2.30.2