mirror of https://codeberg.org/topola/topola.git
dsn,drawing: remove mistakenly committed incomplete files
This commit is contained in:
parent
ef823c1c27
commit
6a5be3c368
|
|
@ -1,8 +0,0 @@
|
||||||
use enum_dispatch::enum_dispatch;
|
|
||||||
|
|
||||||
use super::graph::GeometryIndex;
|
|
||||||
|
|
||||||
#[enum_dispatch]
|
|
||||||
pub trait GetGroups< {
|
|
||||||
fn node_groups(&self, node: GeometryIndex) -> Vec<GeometryIndex>;
|
|
||||||
}
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
||||||
use petgraph::stable_graph::StableGraph;
|
|
||||||
|
|
||||||
use crate::layout::{graph::GeometryIndex, groups::GetGroups};
|
|
||||||
|
|
||||||
#[derive(Debug)]
|
|
||||||
pub struct DsnGroups {
|
|
||||||
map: BTreeMap<
|
|
||||||
}
|
|
||||||
|
|
||||||
impl GetGroups for DsnGroups {
|
|
||||||
fn node_groups(&self, node: GeometryIndex) -> Vec<GroupIndex> {
|
|
||||||
//
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue