mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
private: Remove unnecessary forward declarations
Declarations for wl_connection and wl_closure are not needed here. wl_closure already has a complete definition. Removing these forward declarations results in a clean, warning-free compile. Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com> [Updated to apply to trunk] Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
385906beae
commit
f86fbe1a11
1 changed files with 0 additions and 4 deletions
|
|
@ -103,10 +103,6 @@ wl_map_lookup_flags(struct wl_map *map, uint32_t i);
|
|||
void
|
||||
wl_map_for_each(struct wl_map *map, wl_iterator_func_t func, void *data);
|
||||
|
||||
struct wl_connection;
|
||||
struct wl_closure;
|
||||
struct wl_proxy;
|
||||
|
||||
struct wl_connection *
|
||||
wl_connection_create(int fd);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue