diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-18 09:15:51 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-18 09:15:51 +0000 |
commit | bb43e5f55831915297a2f8729d906f4ff5b5fc56 (patch) | |
tree | ab3ca15818b79e2db4b35d6cfc28b177d6c2c817 /cad/xcircuit/files/patch-events.c | |
parent | - Update to version 7.1.5 (diff) |
- Update to version 3.3.38
PR: ports/87533
Submitted by: Ports Fury
Diffstat (limited to '')
-rw-r--r-- | cad/xcircuit/files/patch-events.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cad/xcircuit/files/patch-events.c b/cad/xcircuit/files/patch-events.c deleted file mode 100644 index 58f0897eb19a..000000000000 --- a/cad/xcircuit/files/patch-events.c +++ /dev/null @@ -1,11 +0,0 @@ ---- events.c.orig Thu Sep 8 22:33:01 2005 -+++ events.c Wed Sep 14 14:11:38 2005 -@@ -2436,7 +2436,7 @@ - pathptr rotatepath = SELTOPATH(selectobj); - - register_for_undo(XCF_Edit, UNDO_MORE, areastruct.topinstance, -- *rotatepath); -+ rotatepath); - for (genpart = rotatepath->plist; genpart < rotatepath->plist - + rotatepath->parts; genpart++) - elemrotate(genpart, direction); |