summaryrefslogtreecommitdiffstats
path: root/cmd-new-window.c
diff options
context:
space:
mode:
authornicm <nicm>2015-02-05 10:32:39 +0000
committernicm <nicm>2015-02-05 10:32:39 +0000
commitf1e68bfdd22dc1fa13630cb64855506643e01c5c (patch)
tree1cf1dedc7d5554285dc62a0fe7a9e89eb10d1eba /cmd-new-window.c
parent4946f74253de52f10beb023d4c5b88bafdb11ec4 (diff)
Remove a couple of now-unused variables.
Diffstat (limited to 'cmd-new-window.c')
-rw-r--r--cmd-new-window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-new-window.c b/cmd-new-window.c
index be3f43a1..c05a0ce8 100644
--- a/cmd-new-window.c
+++ b/cmd-new-window.c
@@ -49,7 +49,6 @@ cmd_new_window_exec(struct cmd *self, struct cmd_q *cmdq)
struct args *args = self->args;
struct session *s;
struct winlink *wl;
- struct client *c;
const char *cmd, *path, *template;
char **argv, *cause, *cp;
int argc, idx, last, detached, cwd, fd = -1;