mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Remove unused LoadData and LoadOrigin types.
This commit is contained in:
parent
ffc2e09ea7
commit
d6db049a7f
3 changed files with 2 additions and 74 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue