Skip to content

Commit

Permalink
Remove unused GlifError
Browse files Browse the repository at this point in the history
  • Loading branch information
madig authored and cmyr committed Dec 17, 2021
1 parent e88a34e commit e8ac638
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<PathBuf>,
/// 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 {
Expand Down

0 comments on commit e8ac638

Please sign in to comment.