diff options
| author | Jeffrey C. Ollie <jeff@ocjtech.us> | 2025-07-14 15:58:32 -0500 |
|---|---|---|
| committer | Jeffrey C. Ollie <jeff@ocjtech.us> | 2025-07-14 15:58:32 -0500 |
| commit | 38a81a7aed395a50dcf1dcd117e98fe0f395b219 (patch) | |
| tree | e3516d2f4cd2cae947ac66eb8dc8dd8fd77e1fc4 /src/apprt.zig | |
| parent | c75c4a9685354f3a4049d1b45820337f38ca8825 (diff) | |
apprt: clean up stray struct
Diffstat (limited to 'src/apprt.zig')
| -rw-r--r-- | src/apprt.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/apprt.zig b/src/apprt.zig index c422aaeb4..fd81d7270 100644 --- a/src/apprt.zig +++ b/src/apprt.zig @@ -33,7 +33,6 @@ pub const ColorScheme = structs.ColorScheme; pub const CursorPos = structs.CursorPos; pub const IMEPos = structs.IMEPos; pub const Selection = structs.Selection; -pub const OpenNewWindowIPCOptions = structs.OpenNewWindowIPCOptions; pub const SurfaceSize = structs.SurfaceSize; /// The implementation to use for the app runtime. This is comptime chosen |
