Remove unused field in wgpu::Backend

This commit is contained in:
Héctor Ramón Jiménez 2021-12-07 16:11:31 +07:00
parent aed5a0d5f9
commit 09d5726a26
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -27,7 +27,6 @@ pub struct Backend {
image_pipeline: image::Pipeline,
default_text_size: u16,
primitive: Primitive,
}
impl Backend {
@ -60,7 +59,6 @@ impl Backend {
image_pipeline,
default_text_size: settings.default_text_size,
primitive: Primitive::None,
}
}