]> git.sur5r.net Git - i3/i3/blobdiff - include/con.h
Remove unused con_get_next()
[i3/i3] / include / con.h
index 8899207678eff2aa0fc7be56830eb08bd3fc1921..09ec7b4410e10434d4ddcb1af50d78eabcfc86be 100644 (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