removing unnecessary enum

This commit is contained in:
axdank
2024-10-24 00:11:04 -03:00
parent 465d60def8
commit 23927d1fda

View File

@ -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. /// The fullscreen mode to toggle to if we're moving to fullscreen.
pub const Fullscreen = enum(c_int) { pub const Fullscreen = enum(c_int) {
native, native,