diff --git a/src/error.rs b/src/error.rs index 64c01d9e..d808d053 100644 --- a/src/error.rs +++ b/src/error.rs @@ -170,17 +170,6 @@ impl InvalidColorString { } } -/// An error representing a failure during .glif file parsing. -#[derive(Debug)] -pub struct GlifError { - /// The glif file path. - pub path: Option, - /// The buffer position. - pub position: usize, - /// The kind of error. - pub kind: ErrorKind, -} - /// An error when attempting to write a .glif file. #[derive(Debug)] pub struct GlifWriteError {