mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
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:
parent
aed55e0808
commit
77bbe44251
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user