Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jan 20, 2023
1 parent aae5645 commit 77e7901
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions crates/fj-kernel/src/validate/vertex.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
use fj_math::{Point, Scalar};

use crate::objects::{GlobalVertex, SurfaceVertex, Vertex};
use crate::objects::{GlobalVertex, SurfaceVertex};

use super::{Validate, ValidationConfig, ValidationError};

impl Validate for Vertex {
fn validate_with_config(
&self,
_: &ValidationConfig,
_: &mut Vec<ValidationError>,
) {
}
}

impl Validate for SurfaceVertex {
fn validate_with_config(
&self,
Expand Down

0 comments on commit 77e7901

Please sign in to comment.