mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 15:19:13 +02:00
fix duped instance field from merge
This commit is contained in:
parent
0fac957913
commit
6dc4875da7
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue