From bb9dad18f4941d7985c5825e8210728852534a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 5 Nov 2019 08:39:39 +0100 Subject: [PATCH] selection: typedef not needed here (copy-paste from fdm.h) --- selection.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/selection.c b/selection.c index be2310a5..d791b329 100644 --- a/selection.c +++ b/selection.c @@ -319,8 +319,6 @@ target(void *data, struct wl_data_source *wl_data_source, const char *mime_type) LOG_WARN("TARGET: mime-type=%s", mime_type); } -typedef bool (*fdm_handler_t)(struct fdm *fdm, int fd, int events, void *data); - struct clipboard_send { char *data; size_t len;