mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-17 17:38:10 +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