chore: remove extra branch from switch statement

survived a rebase 😔
This commit is contained in:
Rekai Nyangadzayi Musuka 2023-03-26 23:02:49 -05:00
parent a74cbad16d
commit 56bdb45491
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ pub usingnamespace @import("gui.zig");
pub const plot = @import("plot.zig"); pub const plot = @import("plot.zig");
pub const backend = switch (@import("zgui_options").backend) { pub const backend = switch (@import("zgui_options").backend) {
.glfw_wgpu => @import("backend_glfw_wgpu.zig"), .glfw_wgpu => @import("backend_glfw_wgpu.zig"),
.glfw_opengl3 => {}, // See glfw-opengl3-backend branch
.sdl2_opengl3 => @import("backend_sdl2_opengl3.zig"), .sdl2_opengl3 => @import("backend_sdl2_opengl3.zig"),
.win32_dx12 => .{}, // TODO: .win32_dx12 => .{}, // TODO:
.no_backend => .{}, .no_backend => .{},