From 2e7a585faa3f398d19a4761de50661adcb2019f0 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 19 Aug 2015 14:39:59 +1000 Subject: [PATCH] Drop obsolete unused declarations for log_info/set_logging_enabled Signed-off-by: Peter Hutterer --- src/libinput-util.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/libinput-util.h b/src/libinput-util.h index de9b98e1..ba253b57 100644 --- a/src/libinput-util.h +++ b/src/libinput-util.h @@ -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.