client: remove two unused function pointer typedefs
The need for wl_display_update_func_t was removed in
commit 53d24713a3
Author: Kristian Høgsberg <krh@bitplanet.net>
Date: Thu Oct 4 16:54:22 2012 -0400
Change filedescriptor API to be thread safe
and wl_callback_func_t does not seem to have ever been used in the first place.
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
parent
bfdf44ec48
commit
812bd4dd0f
|
@ -135,9 +135,6 @@ void wl_proxy_set_queue(struct wl_proxy *proxy, struct wl_event_queue *queue);
|
|||
|
||||
#include "wayland-client-protocol.h"
|
||||
|
||||
typedef int (*wl_display_update_func_t)(uint32_t mask, void *data);
|
||||
typedef void (*wl_callback_func_t)(void *data, uint32_t time);
|
||||
|
||||
struct wl_display *wl_display_connect(const char *name);
|
||||
struct wl_display *wl_display_connect_to_fd(int fd);
|
||||
void wl_display_disconnect(struct wl_display *display);
|
||||
|
|
Loading…
Reference in New Issue
Block a user