X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcon.h;h=09ec7b4410e10434d4ddcb1af50d78eabcfc86be;hb=b6282b47bc757c3521eff090748bc81481913297;hp=8899207678eff2aa0fc7be56830eb08bd3fc1921;hpb=0eb07dea5c99eb7c2c5a9635bbdef75f0c8631fb;p=i3%2Fi3 diff --git a/include/con.h b/include/con.h index 88992076..09ec7b44 100644 --- a/include/con.h +++ b/include/con.h @@ -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