mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
fix: remove unnecessary jsonStringify method
This commit is contained in:
@ -6133,14 +6133,6 @@ pub const SSHIntegration = enum {
|
||||
@"term-only",
|
||||
basic,
|
||||
full,
|
||||
|
||||
pub fn jsonStringify(
|
||||
self: SSHIntegration,
|
||||
options: std.json.StringifyOptions,
|
||||
writer: anytype,
|
||||
) !void {
|
||||
try std.json.stringify(@tagName(self), options, writer);
|
||||
}
|
||||
};
|
||||
|
||||
/// OSC 4, 10, 11, and 12 default color reporting format.
|
||||
|
Reference in New Issue
Block a user