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:
eb36957
)
util: drop an unnecessary declaration
author
Peter Hutterer
<peter.hutterer@who-t.net>
Mon, 3 Jul 2017 02:45:12 +0000
(12:45 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Mon, 10 Jul 2017 02:00:50 +0000
(12:00 +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 123dbf037a679a83acc28e626eca79bf38d8cffe..ebadb9ffe8c530ad544c947787056f2728cd0fee 100644
(file)
--- a/
src/libinput-util.h
+++ b/
src/libinput-util.h
@@
-350,10
+350,7
@@
matrix_to_relative(struct matrix *dest, const struct matrix *src)
* upon success or -1 upon failure. In the case of failure the pointer is set
* to NULL.
*/
-static inline int
-xasprintf(char **strp, const char *fmt, ...)
- LIBINPUT_ATTRIBUTE_PRINTF(2, 3);
-
+LIBINPUT_ATTRIBUTE_PRINTF(2, 3)
static inline int
xasprintf(char **strp, const char *fmt, ...)
{