removed dead code
This commit is contained in:
parent
ee07ec1b2c
commit
038394f2eb
1 changed files with 1 additions and 8 deletions
|
@ -227,14 +227,6 @@ impl Construct {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A construct with no parts
|
|
||||||
fn cosmetic(visualization: ScadObject) -> Self {
|
|
||||||
Construct {
|
|
||||||
visualization,
|
|
||||||
parts: Vec::new(),
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Convert to tuple
|
/// Convert to tuple
|
||||||
/// (visualization, parts)
|
/// (visualization, parts)
|
||||||
fn tup(self) -> (ScadObject, Vec<ScadObject>) {
|
fn tup(self) -> (ScadObject, Vec<ScadObject>) {
|
||||||
|
@ -335,6 +327,7 @@ fn wing(
|
||||||
|
|
||||||
enum SparType {
|
enum SparType {
|
||||||
/// No spar, just struts
|
/// No spar, just struts
|
||||||
|
#[allow(unused)]
|
||||||
None,
|
None,
|
||||||
/// Spar along the top of the wing
|
/// Spar along the top of the wing
|
||||||
Top,
|
Top,
|
||||||
|
|
Loading…
Reference in a new issue