Remove unused field in wgpu::Backend
This commit is contained in:
parent
aed5a0d5f9
commit
09d5726a26
1 changed files with 0 additions and 2 deletions
|
|
@ -27,7 +27,6 @@ pub struct Backend {
|
||||||
image_pipeline: image::Pipeline,
|
image_pipeline: image::Pipeline,
|
||||||
|
|
||||||
default_text_size: u16,
|
default_text_size: u16,
|
||||||
primitive: Primitive,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Backend {
|
impl Backend {
|
||||||
|
|
@ -60,7 +59,6 @@ impl Backend {
|
||||||
image_pipeline,
|
image_pipeline,
|
||||||
|
|
||||||
default_text_size: settings.default_text_size,
|
default_text_size: settings.default_text_size,
|
||||||
primitive: Primitive::None,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue