move con_focus to con.c

This commit is contained in:
Michael Stapelberg
2010-04-16 21:04:36 +02:00
parent 4796798074
commit e0b7ae872e
4 changed files with 19 additions and 19 deletions

View File

@ -15,7 +15,6 @@ extern struct all_cons_head all_cons;
void tree_init();
Con *tree_open_con(Con *con);
void tree_split(Con *con, orientation_t orientation);
void con_focus(Con *con);
void level_up();
void level_down();
void tree_render();