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
|
||||
/// (visualization, parts)
|
||||
fn tup(self) -> (ScadObject, Vec<ScadObject>) {
|
||||
|
@ -335,6 +327,7 @@ fn wing(
|
|||
|
||||
enum SparType {
|
||||
/// No spar, just struts
|
||||
#[allow(unused)]
|
||||
None,
|
||||
/// Spar along the top of the wing
|
||||
Top,
|
||||
|
|
Loading…
Reference in a new issue