From 0c9fd72e090a4db0ea36d49d9be83799414443d1 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 10 Jun 2006 12:50:45 +0000 Subject: - Update to 0.50.0 PR: ports/98020 Submitted by: KATO Tsuguru --- cad/oregano/files/patch-src::node-store.c | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 cad/oregano/files/patch-src::node-store.c (limited to 'cad/oregano/files/patch-src::node-store.c') diff --git a/cad/oregano/files/patch-src::node-store.c b/cad/oregano/files/patch-src::node-store.c deleted file mode 100644 index 66de4602016f..000000000000 --- a/cad/oregano/files/patch-src::node-store.c +++ /dev/null @@ -1,25 +0,0 @@ ---- src/node-store.c.orig Tue Oct 12 04:04:27 2004 -+++ src/node-store.c Fri Nov 26 18:05:48 2004 -@@ -431,9 +431,10 @@ - - if (IS_EQ (x1, x2) && ((ipoint->pos.y == y1) || (ipoint->pos.y == y2))) { - SheetPos w_pos, w_length; -- wire_get_pos_and_length (ipoint->wire, &w_pos, &w_length); - gdouble _x1, _x2, _y1, _y2; - -+ wire_get_pos_and_length (ipoint->wire, &w_pos, &w_length); -+ - _x1 = w_pos.x; - _y1 = w_pos.y; - _x2 = x1 + w_length.x; -@@ -457,8 +458,9 @@ - } - } else if (IS_EQ (y1, y2) && ((ipoint->pos.x == x1) || (ipoint->pos.x == x2))) { - SheetPos w_pos, w_length; -- wire_get_pos_and_length (ipoint->wire, &w_pos, &w_length); - gdouble _x1, _x2, _y1, _y2; -+ -+ wire_get_pos_and_length (ipoint->wire, &w_pos, &w_length); - - _x1 = w_pos.x; - _y1 = w_pos.y; -- cgit v1.2.3