]> git.sur5r.net Git - i3/i3/commitdiff
Remove old code
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 22 Sep 2009 16:07:48 +0000 (18:07 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 22 Sep 2009 16:07:48 +0000 (18:07 +0200)
src/layout.c

index 107fcd5a55c19169d3c3cbf7f4a456e5cf74c6b3..b6d1688b4f9f935f0600bc57d1feebd48b6bd18c 100644 (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);