From d3752007edb74b8a08f99441c583a2c7e6ff251e Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 22 Sep 2009 18:07:48 +0200 Subject: [PATCH] Remove old code --- src/layout.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/layout.c b/src/layout.c index 107fcd5a..b6d1688b 100644 --- a/src/layout.c +++ b/src/layout.c @@ -638,13 +638,6 @@ void render_workspace(xcb_connection_t *conn, i3Screen *screen, Workspace *r_ws) single_height = container->height; } - - //if (container->height_factor == 0) - //container->height = (height / r_ws->rows); - //else container->height = get_unoccupied_y(r_ws, cols) * container->height_factor; - //single_height = container->height; - //container->height *= container->rowspan; - /* Render the container if it is not empty */ render_container(conn, container); -- 2.39.5