summaryrefslogtreecommitdiff
path: root/src/renderer/Options.zig
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2024-11-14 14:25:01 -0800
committerMitchell Hashimoto <m@mitchellh.com>2024-11-14 14:25:42 -0800
commit1792ddfff10c756a890ad3dc1cafaa21f67e6ac0 (patch)
tree322e1ec93f7719d0298edda80634e665fe3a3cd0 /src/renderer/Options.zig
parent72a3d22e698e2f0692f631f589e10069d7505bde (diff)
remove some unused structs
Diffstat (limited to 'src/renderer/Options.zig')
-rw-r--r--src/renderer/Options.zig9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/renderer/Options.zig b/src/renderer/Options.zig
index d1f0f7996..e7d9b3a42 100644
--- a/src/renderer/Options.zig
+++ b/src/renderer/Options.zig
@@ -20,12 +20,3 @@ surface_mailbox: apprt.surface.Mailbox,
/// The apprt surface.
rt_surface: *apprt.Surface,
-
-pub const Padding = struct {
- // Explicit padding options, in pixels. The surface thread is
- // expected to convert points to pixels for a given DPI.
- explicit: renderer.Padding,
-
- // Balance options
- balance: bool = false,
-};