mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 13:18:32 +00:00
u_debug: Remove duplicate declaration
This commit is contained in:
parent
4c0d71aa30
commit
ab82c5b8e2
|
@ -32,9 +32,6 @@ debug_get_num_option(const char *name, long _default);
|
|||
float
|
||||
debug_get_float_option(const char *name, float _default);
|
||||
|
||||
float
|
||||
debug_get_float_option(const char *name, float _default);
|
||||
|
||||
enum u_logging_level
|
||||
debug_get_log_option(const char *name, enum u_logging_level _default);
|
||||
|
||||
|
|
Loading…
Reference in a new issue