fix: removed unused _ICON and _PUMPKIN variables

This commit is contained in:
lily 2025-04-23 17:56:40 -04:00
parent 131989d9f3
commit 7fbec03ecc
Signed by untrusted user: lily
GPG key ID: 601F3263FBCBC4B9

View file

@ -141,9 +141,6 @@ struct WgpuState {
instance: wgpu::Instance,
}
static _ICON: &[u8] = include_bytes!(concat!(env!("CARGO_MANIFEST_DIR"), "/assets/Badge.png"));
static _PUMPKIN: &[u8] = include_bytes!(concat!(env!("CARGO_MANIFEST_DIR"), "/Pumpkin.obj"));
impl WgpuState {
fn new() -> Self {
let backends = Backends::PRIMARY;