summaryrefslogtreecommitdiffstats
path: root/src/port.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port.c')
-rw-r--r--src/port.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/port.c b/src/port.c
index 3b9ba69..6603530 100644
--- a/src/port.c
+++ b/src/port.c
@@ -70,7 +70,6 @@ ganv_port_destroy(GtkObject* object)
ganv_canvas_for_each_edge_from(
canvas, &port->box.node, (GanvEdgeFunc)ganv_edge_remove, NULL);
}
- item->canvas = NULL;
}
if (GTK_OBJECT_CLASS(parent_class)->destroy) {