mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
Remove unused PackedVertex struct
All references to `PackedVertex` were removed in #2066, so there is no reason to keep it around.
This commit is contained in:
parent
4e6bbfbfc3
commit
c104215ae3
1 changed files with 0 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue