Remove a couple of now-unused variables.

This commit is contained in:
nicm
2015-02-05 10:32:39 +00:00
parent 4946f74253
commit f1e68bfdd2
2 changed files with 0 additions and 2 deletions

View File

@ -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;