aboutsummaryrefslogtreecommitdiff
path: root/cmd-unlink-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-unlink-window.c')
-rw-r--r--cmd-unlink-window.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd-unlink-window.c b/cmd-unlink-window.c
index 5c9f811b..38904689 100644
--- a/cmd-unlink-window.c
+++ b/cmd-unlink-window.c
@@ -43,9 +43,6 @@ cmd_unlink_window_exec(struct cmd *self, struct cmd_ctx *ctx)
struct cmd_target_data *data = self->data;
struct winlink *wl;
struct session *s;
- struct client *c;
- u_int i;
- int destroyed;
if ((wl = cmd_find_window(ctx, data->target, &s)) == NULL)
return (-1);