Remove redundant depth argument from x_con_init(). (#2323)

This commit is contained in:
Ingo Bürk
2016-05-05 14:18:27 +02:00
committed by Michael Stapelberg
parent 152318bccf
commit b2397c9f01
4 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ extern xcb_window_t focused_id;
* every container from con_new().
*
*/
void x_con_init(Con *con, uint16_t depth);
void x_con_init(Con *con);
/**
* Moves a child window from Container src to Container dest.