From 10257ee5d9174014a1e776ae2710120f8951b968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Tue, 15 Mar 2016 14:06:26 +0800 Subject: desktop-shell: Get rid of some unused fields MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ã…dahl Reviewed-by: Mike Blumenkrantz --- desktop-shell/shell.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'desktop-shell') diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index f705c994..cd269a8f 100644 --- a/desktop-shell/shell.c +++ b/desktop-shell/shell.c @@ -124,9 +124,7 @@ struct shell_surface { enum shell_surface_type type; char *title, *class; int32_t saved_x, saved_y; - int32_t saved_width, saved_height; bool saved_position_valid; - bool saved_size_valid; bool saved_rotation_valid; int unresponsive, grabbed; uint32_t resize_edges; @@ -2704,9 +2702,6 @@ set_full_output(struct shell_surface *shsurf) { shsurf->saved_x = shsurf->view->geometry.x; shsurf->saved_y = shsurf->view->geometry.y; - shsurf->saved_width = shsurf->surface->width; - shsurf->saved_height = shsurf->surface->height; - shsurf->saved_size_valid = true; shsurf->saved_position_valid = true; if (!wl_list_empty(&shsurf->rotation.transform.link)) { @@ -3705,7 +3700,6 @@ create_common_surface(struct shell_client *owner, void *shell, shsurf->shell = (struct desktop_shell *) shell; shsurf->unresponsive = 0; shsurf->saved_position_valid = false; - shsurf->saved_size_valid = false; shsurf->saved_rotation_valid = false; shsurf->surface = surface; shsurf->fullscreen.type = WL_SHELL_SURFACE_FULLSCREEN_METHOD_DEFAULT; -- cgit v1.2.1