From 77bbe44251f0f1d23f7813b583cc4f6c02f441d3 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 20 Nov 2023 07:35:34 +0400 Subject: [PATCH] cogl/trace: Remove unused cogl_is_tracing () declaration Introduced in ab39eaf131794752f4d3f4121c1e2b77f9bf9bc9 but never defined. Part-of: --- cogl/cogl/cogl-trace.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cogl/cogl/cogl-trace.h b/cogl/cogl/cogl-trace.h index a8376904c..32935b56f 100644 --- a/cogl/cogl/cogl-trace.h +++ b/cogl/cogl/cogl-trace.h @@ -64,9 +64,6 @@ gboolean cogl_start_tracing_with_fd (int fd, COGL_EXPORT void cogl_stop_tracing (void); -COGL_EXPORT -gboolean cogl_is_tracing (void); - COGL_EXPORT void cogl_set_tracing_enabled_on_thread (GMainContext *main_context, const char *group); @@ -156,9 +153,6 @@ gboolean cogl_start_tracing_with_fd (int fd, COGL_EXPORT void cogl_stop_tracing (void); -COGL_EXPORT -gboolean cogl_is_tracing (void); - COGL_EXPORT void cogl_set_tracing_enabled_on_thread (void *data, const char *group);