Remove unused code from net and net_traits crates

This commit is contained in:
est31 2019-06-02 02:44:37 +02:00
parent 8dc7a25893
commit fe58aca75d
9 changed files with 0 additions and 259 deletions

View file

@ -120,7 +120,4 @@ pub trait ImageCache: Sync + Send {
/// Inform the image cache about a response for a pending request.
fn notify_pending_response(&self, id: PendingImageId, action: FetchResponseMsg);
/// Ensure an image has a webrender key.
fn set_webrender_image_key(&self, image: &mut Image);
}