remove setIsSplit in surface class

pull/8813/head
rhodes-b 2025-09-21 20:37:47 -05:00
parent fdcaeebb99
commit 4e7f847d03
1 changed files with 0 additions and 6 deletions

View File

@ -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,