Skip to content

Commit 1587122

Browse files
committed
navigator: remove useless import
1 parent 188d7a8 commit 1587122

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/html/navigator.zig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,11 @@
1919
const std = @import("std");
2020

2121
const builtin = @import("builtin");
22-
const parser = @import("netsurf");
2322
const jsruntime = @import("jsruntime");
24-
const Callback = jsruntime.Callback;
25-
const CallbackArg = jsruntime.CallbackArg;
26-
const Loop = jsruntime.Loop;
2723

2824
const Case = jsruntime.test_utils.Case;
2925
const checkCases = jsruntime.test_utils.checkCases;
3026

31-
const EventTarget = @import("../dom/event_target.zig").EventTarget;
32-
33-
const storage = @import("../storage/storage.zig");
34-
3527
// https://html.spec.whatwg.org/multipage/system-state.html#navigator
3628
pub const Navigator = struct {
3729
pub const mem_guarantied = true;

0 commit comments

Comments
 (0)