diff --git a/src/browser/browser.zig b/src/browser/browser.zig index 6ed625ec..9308ed82 100644 --- a/src/browser/browser.zig +++ b/src/browser/browser.zig @@ -73,10 +73,6 @@ pub const Browser = struct { self.session.deinit(); try Session.init(&self.session, alloc, loop, uri); } - - pub fn currentSession(self: *Browser) *Session { - return &self.session; - } }; // Session is like a browser's tab. diff --git a/src/msg.zig b/src/msg.zig index bdd97c62..c7b6d353 100644 --- a/src/msg.zig +++ b/src/msg.zig @@ -18,8 +18,6 @@ const std = @import("std"); -// pub const MaxStdOutSize = 512; // ensure debug msg are not too long - /// MsgBuffer returns messages from a raw text read stream, /// according to the following format `:`. /// It handles both: