swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 330bc84f1db920d11b51368649c7d08c7ee8d226
parent 7bade72a95dd81d2cd2afac686e3dd923089bf25
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 24 Feb 2014 01:10:06 -0800

surface: Remove unused link field

Diffstat:
Mlibswc/surface.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/libswc/surface.h b/libswc/surface.h @@ -71,8 +71,6 @@ struct swc_surface struct window * window; struct view * view; struct wl_listener view_listener; - - struct wl_list link; }; struct swc_surface * swc_surface_new(struct wl_client * client,