From e9535a8d3e2d806192c4018607bf08157617af76 Mon Sep 17 00:00:00 2001 From: Raiden1411 <67233402+Raiden1411@users.noreply.github.com> Date: Mon, 6 Nov 2023 14:28:48 +0000 Subject: [PATCH] chore: cleanup --- src/apprt/embedded.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/apprt/embedded.zig b/src/apprt/embedded.zig index a38defa34..b7ae1c6ee 100644 --- a/src/apprt/embedded.zig +++ b/src/apprt/embedded.zig @@ -101,8 +101,6 @@ pub const App = struct { /// Called when the cell size changes. set_cell_size: ?*const fn (SurfaceUD, u32, u32) callconv(.C) void = null, - - fullscreen: ?*const fn (SurfaceUD, configpkg.NonNativeFullscreen) callconv(.C) void = null, }; /// Special values for the goto_tab callback.