diff options
Diffstat (limited to 'ports/servoshell/egl/host_trait.rs')
-rw-r--r-- | ports/servoshell/egl/host_trait.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/servoshell/egl/host_trait.rs b/ports/servoshell/egl/host_trait.rs index 7d6ee078bea..eb80976ef88 100644 --- a/ports/servoshell/egl/host_trait.rs +++ b/ports/servoshell/egl/host_trait.rs @@ -74,8 +74,6 @@ pub trait HostTrait { fn on_media_session_playback_state_change(&self, state: MediaSessionPlaybackState); /// Called when the media session position state is set. fn on_media_session_set_position_state(&self, duration: f64, position: f64, playback_rate: f64); - /// Called when devtools server is started - fn on_devtools_started(&self, port: Result<u16, ()>, token: String); /// Called when we get a panic message from constellation fn on_panic(&self, reason: String, backtrace: Option<String>); } |