mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 14:33:47 +00:00
zig fmt, remove unused code
This commit is contained in:
@@ -771,11 +771,6 @@ const IsolatedWorld = struct {
|
||||
false,
|
||||
);
|
||||
}
|
||||
|
||||
pub fn createContextAndLoadPolyfills(self: *IsolatedWorld, page: *Page) !void {
|
||||
// We need to recreate the isolated world context
|
||||
try self.createContext(page);
|
||||
}
|
||||
};
|
||||
|
||||
// This is a generic because when we send a result we have two different
|
||||
|
||||
Reference in New Issue
Block a user