From 6cce761b8d715b00cd1d3b68fc456e07a03308dd Mon Sep 17 00:00:00 2001 From: Colin Rofls Date: Thu, 21 Nov 2024 14:07:56 -0500 Subject: [PATCH] [glyphs] Delete unused struct --- glyphs-reader/src/font.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/glyphs-reader/src/font.rs b/glyphs-reader/src/font.rs index 80c5d4f4..7b8fb44a 100644 --- a/glyphs-reader/src/font.rs +++ b/glyphs-reader/src/font.rs @@ -609,12 +609,6 @@ impl FromPlist for CustomParameters { } } -#[derive(Default, Debug, Clone, PartialEq, Eq, Hash, FromPlist)] -pub struct CustomParam { - name: String, - value: String, -} - #[derive(Default, Debug, Clone, PartialEq, Eq, Hash, FromPlist)] pub struct AxisLocation { #[fromplist(alt_name = "Axis")]