diff options
Diffstat (limited to 'src/PatchageEvent.cpp')
-rw-r--r-- | src/PatchageEvent.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 93a1a02..ea9a758 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -108,4 +108,3 @@ PatchageEvent::execute(Patchage* patchage) patchage->canvas()->remove_edge_between(port_1, port_2); } } - |