From 23927d1fda61ec05c66fd760f00165f1cef89e07 Mon Sep 17 00:00:00 2001 From: axdank Date: Thu, 24 Oct 2024 00:11:04 -0300 Subject: [PATCH] removing unnecessary enum --- src/apprt/action.zig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/apprt/action.zig b/src/apprt/action.zig index e9c1f1005..703becbd8 100644 --- a/src/apprt/action.zig +++ b/src/apprt/action.zig @@ -322,12 +322,6 @@ pub const GotoTab = enum(c_int) { _, }; -/// Move current tab . -pub const MoveCurrentTabDirection = enum(c_int) { - right, - left, -}; - /// The fullscreen mode to toggle to if we're moving to fullscreen. pub const Fullscreen = enum(c_int) { native,