summaryrefslogtreecommitdiff
path: root/src/gtkext/graph/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/graph/layout.c')
-rw-r--r--src/gtkext/graph/layout.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gtkext/graph/layout.c b/src/gtkext/graph/layout.c
index ee91aff..2e3759a 100644
--- a/src/gtkext/graph/layout.c
+++ b/src/gtkext/graph/layout.c
@@ -784,13 +784,6 @@ void g_graph_layout_size_request(const GGraphLayout *layout, GtkRequisition *req
requisition->height = g_graph_ranks_get_height(layout->ranks);
-
- requisition->width = 3000;
- requisition->height = 3000;
-
-
- printf("SIZE REQ\n");
-
}