aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd-new-window.c1
-rw-r--r--cmd-split-window.c1
2 files changed, 0 insertions, 2 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;
diff --git a/cmd-split-window.c b/cmd-split-window.c
index d26ce821..680b1560 100644
--- a/cmd-split-window.c
+++ b/cmd-split-window.c
@@ -59,7 +59,6 @@ cmd_split_window_exec(struct cmd *self, struct cmd_q *cmdq)
int argc, size, percentage, cwd, fd = -1;
enum layout_type type;
struct layout_cell *lc;
- struct client *c;
struct format_tree *ft;
struct environ_entry *envent;