Skip to content

Commit

Permalink
remove uneeded engine command
Browse files Browse the repository at this point in the history
  • Loading branch information
LegitCamper committed Aug 18, 2024
1 parent e1107c5 commit a3da208
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/engines/ultralight.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,6 @@ impl BrowserEngine for Ultralight {
return id;
}

fn goto_tab(&mut self, id: u32) {
self.tabs.current = id
}

fn refresh(&self) {
self.tabs.get_current().tab_info.view.reload();
}
Expand Down

0 comments on commit a3da208

Please sign in to comment.