apprt: clean up stray struct

pull/7946/head
Jeffrey C. Ollie 2025-07-14 15:58:32 -05:00
parent c75c4a9685
commit 38a81a7aed
No known key found for this signature in database
GPG Key ID: 6F86035A6D97044E
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ pub const ColorScheme = structs.ColorScheme;
pub const CursorPos = structs.CursorPos; pub const CursorPos = structs.CursorPos;
pub const IMEPos = structs.IMEPos; pub const IMEPos = structs.IMEPos;
pub const Selection = structs.Selection; pub const Selection = structs.Selection;
pub const OpenNewWindowIPCOptions = structs.OpenNewWindowIPCOptions;
pub const SurfaceSize = structs.SurfaceSize; pub const SurfaceSize = structs.SurfaceSize;
/// The implementation to use for the app runtime. This is comptime chosen /// The implementation to use for the app runtime. This is comptime chosen