aboutsummaryrefslogtreecommitdiff
path: root/cmd-resize-pane.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-02-19 16:45:35 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-02-19 16:45:35 +0000
commita011b67f56448b38e251418f0af67ff12411a0a0 (patch)
tree8a45444b9370d48efa7d1e6d4d91049a69e45b03 /cmd-resize-pane.c
parentc3f93e71785290d717ecf60623b99b30d4941850 (diff)
downloadrtmux-a011b67f56448b38e251418f0af67ff12411a0a0.tar.gz
rtmux-a011b67f56448b38e251418f0af67ff12411a0a0.tar.bz2
rtmux-a011b67f56448b38e251418f0af67ff12411a0a0.zip
Remove unused variables.
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);