From: Michael Stapelberg Date: Tue, 22 Sep 2009 16:07:48 +0000 (+0200) Subject: Remove old code X-Git-Tag: 3.d~83 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d3752007edb74b8a08f99441c583a2c7e6ff251e;p=i3%2Fi3 Remove old code --- 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);