diff options
Diffstat (limited to 'src/apprt/surface.zig')
| -rw-r--r-- | src/apprt/surface.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/apprt/surface.zig b/src/apprt/surface.zig index f76e3d05a..e571fc9f8 100644 --- a/src/apprt/surface.zig +++ b/src/apprt/surface.zig @@ -111,7 +111,6 @@ pub const Message = union(enum) { /// Make this a valid gobject if we're in a GTK environment. pub const getGObjectType = switch (build_config.app_runtime) { - .gtk, .@"gtk-ng", => @import("gobject").ext.defineBoxed( ChildExited, |
