Remove unused con_get_next()

This function has unused for a long time since the commit
8f4b9ddaa4.
This commit is contained in:
Albert Safin
2018-12-09 06:15:53 +07:00
parent 0eb07dea5c
commit b6282b47bc
2 changed files with 0 additions and 43 deletions

View File

@ -378,13 +378,6 @@ orientation_t con_orientation(Con *con);
*/
Con *con_next_focused(Con *con);
/**
* Get the next/previous container in the specified orientation. This may
* travel up until it finds a container with suitable orientation.
*
*/
Con *con_get_next(Con *con, char way, orientation_t orientation);
/**
* Returns the focused con inside this client, descending the tree as far as
* possible. This comes in handy when attaching a con to a workspace at the