swc

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

commit f7356a86ac96a48ef4f2e1bf88d272c1aa5ab74b
parent 266b8ad248fc90c0601ed2bb71cf74e9d8764a76
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 22 Oct 2013 14:01:57 -0700

compositor: Remove unused variable

Diffstat:
Mlibswc/compositor.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/libswc/compositor.c b/libswc/compositor.c @@ -371,7 +371,6 @@ bool swc_compositor_initialize(struct swc_compositor * compositor, struct wl_display * display) { struct wl_event_loop * event_loop; - struct udev_device * drm_device; struct wl_list * outputs; struct swc_output * output; pixman_region32_t pointer_region;