This parameter is no longer needed.

The algorithm is now always the same, doesn't matter if we're
adding or removing a container to/from its parent.
This commit is contained in:
Fernando Tarlá Cardoso Lemos
2011-01-25 22:12:43 -02:00
committed by Michael Stapelberg
parent 45227fba54
commit bc82fc7e9f
4 changed files with 6 additions and 7 deletions

View File

@ -382,7 +382,7 @@ int con_num_children(Con *con) {
* container.
*
*/
void con_fix_percent(Con *con, int action) {
void con_fix_percent(Con *con) {
Con *child;
int children = con_num_children(con);