chore: cleanup

This commit is contained in:
Raiden1411
2023-11-06 14:28:48 +00:00
parent d2d5d4ba82
commit e9535a8d3e

View File

@ -101,8 +101,6 @@ pub const App = struct {
/// Called when the cell size changes. /// Called when the cell size changes.
set_cell_size: ?*const fn (SurfaceUD, u32, u32) callconv(.C) void = null, 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. /// Special values for the goto_tab callback.