Remove event_loop/Backend

This commit is contained in:
Ben Buhse 2025-08-05 18:57:07 -05:00
commit f65a9aaf12
No known key found for this signature in database
GPG key ID: 7916ACFCD38FD0B4
3 changed files with 0 additions and 188 deletions

View file

@ -106,8 +106,6 @@ const wayland = @import("wayland");
const river = wayland.client.river;
const wl = wayland.client.wl;
const event_loop = @import("event_loop.zig");
const Backend = @import("Backend.zig");
const WindowManager = @import("WindowManager.zig");
const log = std.log.scoped(.main);