projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d26728
)
Drop obsolete unused declarations for log_info/set_logging_enabled
author
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 19 Aug 2015 04:39:59 +0000
(14:39 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 19 Aug 2015 21:57:03 +0000
(07:57 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/libinput-util.h
patch
|
blob
|
history
diff --git
a/src/libinput-util.h
b/src/libinput-util.h
index de9b98e1ad571fe74a0a71bc27d59ed29406702d..ba253b5797213c82edb743c44dd681a321b4916e 100644
(file)
--- 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.