summaryrefslogtreecommitdiffstats
path: root/cmd-resize-pane.c
diff options
context:
space:
mode:
authornicm <nicm>2016-03-01 12:06:07 +0000
committernicm <nicm>2016-03-01 12:06:07 +0000
commitf0239a8fe97367ce7ab66d18716c411b424a0e63 (patch)
tree13bc7da30a4bfe0833a3a3a655a90e6fc4b97b4b /cmd-resize-pane.c
parent2e4503ad4eec5422e6425480681a261258f7e940 (diff)
Remove some more unused variables, and use RB_FOREACH_SAFE in
key_bindings_unref_table.
Diffstat (limited to 'cmd-resize-pane.c')
-rw-r--r--cmd-resize-pane.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-resize-pane.c b/cmd-resize-pane.c
index 2b4f1c17..7ec65f10 100644
--- a/cmd-resize-pane.c
+++ b/cmd-resize-pane.c
@@ -68,7 +68,6 @@ cmd_resize_pane_exec(struct cmd *self, struct cmd_q *cmdq)
return (CMD_RETURN_NORMAL);
}
- w = wl->window;
if (args_has(args, 'Z')) {
if (w->flags & WINDOW_ZOOMED)
window_unzoom(w);