From 8fcca81755982b3d3cbc16161ab8a711dba2a304 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 18 Apr 2020 14:53:21 +0200 Subject: Add binds to move views between outputs --- src/seat.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/seat.zig') diff --git a/src/seat.zig b/src/seat.zig index e011579..179b93f 100644 --- a/src/seat.zig +++ b/src/seat.zig @@ -4,7 +4,6 @@ const c = @import("c.zig"); const Cursor = @import("cursor.zig").Cursor; const InputManager = @import("input_manager.zig").InputManager; const Keyboard = @import("keyboard.zig").Keyboard; -const Log = @import("log.zig").Log; const Output = @import("output.zig").Output; const View = @import("view.zig").View; const ViewStack = @import("view_stack.zig").ViewStack; -- cgit v1.2.3