diff --git a/ly-ui/src/components/Label.zig b/ly-ui/src/components/Label.zig index c071058..2ccb441 100644 --- a/ly-ui/src/components/Label.zig +++ b/ly-ui/src/components/Label.zig @@ -10,7 +10,6 @@ const Widget = @import("../Widget.zig"); instance: ?Widget, allocator: ?Allocator, -instance: ?Widget, text: []const u8, max_width: ?usize, fg: u32, @@ -34,7 +33,6 @@ pub fn init( return .{ .instance = null, .allocator = null, - .instance = null, .text = text, .max_width = max_width, .fg = fg,