mod: remove dead code
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 53s

This commit is contained in:
2025-11-01 17:43:03 +01:00
parent 55861114dc
commit e4c3f69821

View File

@@ -9,10 +9,6 @@ pub fn Content(App: type) type {
};
}
pub fn deinit(this: *@This()) void {
this.container.deinit();
}
pub fn element(this: *@This()) App.Element {
return .{
.ptr = this,