From: Kristian Høgsberg Date: Wed, 11 Jan 2012 05:09:42 +0000 (-0500) Subject: window: Remove a few unused struct fields X-Git-Tag: upstream/0.1.8~3033 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0993f61c0c8b40bd037a5085587852d76702b8d;p=profile%2Fivi%2Fweston-ivi-shell.git window: Remove a few unused struct fields --- diff --git a/clients/window.c b/clients/window.c index 9d575c2..4d7deb2 100644 --- a/clients/window.c +++ b/clients/window.c @@ -117,11 +117,9 @@ struct window { struct task redraw_task; int resize_scheduled; struct task resize_task; - int minimum_width, minimum_height; int type; int transparent; struct input *keyboard_device; - uint32_t name; enum window_buffer_type buffer_type; cairo_surface_t *cairo_surface, *pending_surface;