mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-04 12:27:49 +00:00
remove setIsSplit in surface class
This commit is contained in:
@@ -1620,12 +1620,6 @@ pub const Surface = extern struct {
|
||||
self.as(gobject.Object).notifyByPspec(properties.@"error".impl.param_spec);
|
||||
}
|
||||
|
||||
// pub fn setIsSplit(self: *Self, v: bool) void {
|
||||
// const priv = self.private();
|
||||
// priv.is_split = v;
|
||||
// self.as(gobject.Object).notifyByPspec(properties.@"is-split".impl.param_spec);
|
||||
// }
|
||||
|
||||
fn propConfig(
|
||||
self: *Self,
|
||||
_: *gobject.ParamSpec,
|
||||
|
||||
Reference in New Issue
Block a user