mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 22:43:48 +00:00
remove unused code, mostly imports
This commit is contained in:
@@ -26,7 +26,7 @@ pub const LightPanda = struct {
|
||||
|
||||
const List = std.DoublyLinkedList(LightPandaEvent);
|
||||
|
||||
pub fn init(app: *App) !LightPanda {
|
||||
pub fn init(app: *App) LightPanda {
|
||||
const allocator = app.allocator;
|
||||
return .{
|
||||
.cond = .{},
|
||||
|
||||
Reference in New Issue
Block a user