Remove offset argument to container_add_sibling

I added this thinking that it might come in useful. Turns out it didn't.
This commit is contained in:
Ryan Dwyer 2018-08-30 22:23:27 +10:00
parent 0df04e27b6
commit 06d9693829
4 changed files with 6 additions and 6 deletions

View file

@ -279,7 +279,7 @@ void container_insert_child(struct sway_container *parent,
struct sway_container *child, int i);
void container_add_sibling(struct sway_container *parent,
struct sway_container *child, int offset);
struct sway_container *child);
void container_detach(struct sway_container *child);