mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-20 20:00:43 +00:00
removing unnecessary enum
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user