fix: removed unused _ICON and _PUMPKIN variables
Some checks failed
Build Zenyx ⚡ / 🏗️ Build aarch64-apple-darwin (push) Blocked by required conditions
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (push) Blocked by required conditions
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Blocked by required conditions
Build Zenyx ⚡ / 🏗️ Build x86_64-apple-darwin (push) Blocked by required conditions
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Blocked by required conditions
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Blocked by required conditions
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Has been cancelled

This commit is contained in:
lily 2025-04-23 17:56:40 -04:00
parent 131989d9f3
commit 7fbec03ecc
Signed by: 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;