Remove old code

This commit is contained in:
Michael Stapelberg 2009-09-22 18:07:48 +02:00
parent d9ca8e8d1a
commit d3752007ed
1 changed files with 0 additions and 7 deletions

View File

@ -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);