Drop obsolete unused declarations for log_info/set_logging_enabled

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-08-19 14:39:59 +10:00
parent 6d26728a16
commit 2e7a585faa

View file

@ -45,12 +45,6 @@
#define CASE_RETURN_STRING(a) case a: return #a;
void
set_logging_enabled(int enabled);
void
log_info(const char *format, ...);
/*
* This list data structure is a verbatim copy from wayland-util.h from the
* Wayland project; except that wl_ prefix has been removed.