mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 00:36:07 +03: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