mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
cogl/trace: Remove unused cogl_is_tracing () declaration
Introduced in ab39eaf131794752f4d3f4121c1e2b77f9bf9bc9 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
|
COGL_EXPORT
|
||||||
void cogl_stop_tracing (void);
|
void cogl_stop_tracing (void);
|
||||||
|
|
||||||
COGL_EXPORT
|
|
||||||
gboolean cogl_is_tracing (void);
|
|
||||||
|
|
||||||
COGL_EXPORT
|
COGL_EXPORT
|
||||||
void cogl_set_tracing_enabled_on_thread (GMainContext *main_context,
|
void cogl_set_tracing_enabled_on_thread (GMainContext *main_context,
|
||||||
const char *group);
|
const char *group);
|
||||||
@ -156,9 +153,6 @@ gboolean cogl_start_tracing_with_fd (int fd,
|
|||||||
COGL_EXPORT
|
COGL_EXPORT
|
||||||
void cogl_stop_tracing (void);
|
void cogl_stop_tracing (void);
|
||||||
|
|
||||||
COGL_EXPORT
|
|
||||||
gboolean cogl_is_tracing (void);
|
|
||||||
|
|
||||||
COGL_EXPORT
|
COGL_EXPORT
|
||||||
void cogl_set_tracing_enabled_on_thread (void *data,
|
void cogl_set_tracing_enabled_on_thread (void *data,
|
||||||
const char *group);
|
const char *group);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user