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:
Cole Helbling 2019-11-26 13:02:47 -08:00 committed by Christian Duerr
parent 4e6bbfbfc3
commit c104215ae3
1 changed files with 0 additions and 6 deletions

View File

@ -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,