mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Remove unused code from a bunch of crates
This commit is contained in:
parent
8b6ed3d182
commit
e64de8d90a
8 changed files with 6 additions and 74 deletions
|
@ -122,17 +122,9 @@ impl PipelineId {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn root_scroll_node(&self) -> webrender_api::SpatialId {
|
||||
webrender_api::SpatialId::root_scroll_node(self.to_webrender())
|
||||
}
|
||||
|
||||
pub fn root_scroll_id(&self) -> webrender_api::ExternalScrollId {
|
||||
webrender_api::ExternalScrollId(0, self.to_webrender())
|
||||
}
|
||||
|
||||
pub fn root_clip_node(&self) -> webrender_api::ClipId {
|
||||
webrender_api::ClipId::root(self.to_webrender())
|
||||
}
|
||||
}
|
||||
|
||||
impl fmt::Display for PipelineId {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue