1
0
Fork 0

cogl/trace: Remove unused cogl_is_tracing () declaration

Introduced in ab39eaf131 but never
defined.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3409>
This commit is contained in:
Ivan Molodetskikh 2023-11-20 07:35:34 +04:00 committed by Marge Bot
parent aed55e0808
commit 77bbe44251

View file

@ -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);