refactor: remove commented function signature

This commit is contained in:
CJ van den Berg 2025-12-08 18:06:33 +01:00
parent 6f633b0149
commit 9b33f4cbe3
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -94,8 +94,6 @@ pub fn add_menu_entry(palette: *Type, entry: *Entry, matches: ?[]const usize) !v
palette.items += 1;
}
//pub fn render_symbol( self: *renderer.Plane, symbol: []const u8, icon: []const u8, color: u24, detail: []const u8, description: []const u8, matches_cbor: []const u8, active: bool, selected: bool, hover: bool, theme_: *const Widget.Theme, ) bool
pub fn on_render_menu(_: *Type, button: *Type.ButtonType, theme: *const Widget.Theme, selected: bool) bool {
var item_cbor: []const u8 = undefined;
var matches_cbor: []const u8 = undefined;