From 3e15b7cecb1ec3741d7f9649259559e03c057e67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Fri, 5 Jan 2024 10:11:32 +0100 Subject: [PATCH] graphmanager: remove link export --- src/graphmanager/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/graphmanager/mod.rs b/src/graphmanager/mod.rs index 190ab54..acc1342 100644 --- a/src/graphmanager/mod.rs +++ b/src/graphmanager/mod.rs @@ -6,7 +6,6 @@ mod property; mod selection; pub use graphview::GraphView; -pub use link::Link; pub use node::Node; pub use node::NodeType; pub use port::Port;