Skip to content

Commit

Permalink
Remove some unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Jun 19, 2022
1 parent b1ae30c commit e4e5b2c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions crates/bevy_mikktspace/src/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@
clippy::explicit_iter_loop,
clippy::map_flatten,
dead_code,
mutable_transmutes,
non_camel_case_types,
non_snake_case,
non_upper_case_globals,
unused_mut
)]

Expand Down Expand Up @@ -195,19 +193,6 @@ pub struct SEdge {
pub f: i32,
}

impl SEdge {
fn zero() -> Self {
Self::default()
}
}

#[derive(Copy, Clone)]
pub struct unnamed {
pub i0: i32,
pub i1: i32,
pub f: i32,
}

/// Stores a map of 'internal' triangle vertices to real 'faces' and vertices
/// This is used to deduplicate vertices with identical faces
struct TriangleMap {
Expand Down

0 comments on commit e4e5b2c

Please sign in to comment.