Skip to content

Commit

Permalink
fix i3 4.12 merge issue in src/commands.c (Thanks Airblader)
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Mar 6, 2016
1 parent 7a057de commit 0e29101
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -1168,9 +1168,6 @@ void cmd_split(I3_CMD, const char *direction) {
} else {
tree_split(current->con, (direction[0] == 'v' ? VERT : HORIZ));
}

DLOG("matching: %p / %s\n", current->con, current->con->name);
tree_split(current->con, (direction[0] == 'v' ? VERT : HORIZ));
}

cmd_output->needs_tree_render = true;
Expand Down

0 comments on commit 0e29101

Please sign in to comment.