Remove unused LoadData and LoadOrigin types.

This commit is contained in:
Ms2ger 2016-11-22 00:22:50 +01:00
parent ffc2e09ea7
commit d6db049a7f
3 changed files with 2 additions and 74 deletions

View file

@ -125,7 +125,6 @@ pub enum LayoutControlMsg {
GetWebFontLoadState(IpcSender<bool>),
}
/// Similar to `net::resource_thread::LoadData`
/// can be passed to `LoadUrl` to load a page with GET/POST
/// parameters or headers
#[derive(Clone, Deserialize, Serialize)]