diff --git a/alacritty/src/renderer/mod.rs b/alacritty/src/renderer/mod.rs index 64b14a46..a0617988 100644 --- a/alacritty/src/renderer/mod.rs +++ b/alacritty/src/renderer/mod.rs @@ -450,12 +450,6 @@ pub struct LoaderApi<'a> { current_atlas: &'a mut usize, } -#[derive(Debug)] -pub struct PackedVertex { - x: f32, - y: f32, -} - #[derive(Debug, Default)] pub struct Batch { tex: GLuint,