mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-05 13:20:28 +01:00
util: drop an unnecessary declaration
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
eb36957625
commit
9e0da73bbf
1 changed files with 1 additions and 4 deletions
|
|
@ -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, ...)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue