gsk: Comment out some debug code
authorMatthias Clasen <mclasen@redhat.com>
Thu, 11 May 2023 00:45:39 +0000 (20:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 11 May 2023 10:13:42 +0000 (06:13 -0400)
The calls of these functions are #ifdef'ed out,
so no point in compiling these functions.

gsk/gl/gskglcommandqueue.c

index 30e3c83ba55100db7d1e9bb82997cda1089fef53..e7af501582d4abdc27ab9bf677f5561cd064c6fd 100644 (file)
@@ -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)