diff --git a/ports/servoshell/minibrowser.rs b/ports/servoshell/minibrowser.rs index b7996545232..e8f6262b6e8 100644 --- a/ports/servoshell/minibrowser.rs +++ b/ports/servoshell/minibrowser.rs @@ -7,7 +7,7 @@ use std::num::NonZeroU32; use std::sync::Arc; use std::time::Instant; -use egui::{CentralPanel, Frame, InnerResponse, Key, Modifiers, PaintCallback, TopBottomPanel}; +use egui::{CentralPanel, Frame, Key, Modifiers, PaintCallback, TopBottomPanel}; use egui_glow::CallbackFn; use egui_winit::EventResponse; use euclid::{Length, Point2D, Scale};