diff options
author | est31 <MTest31@outlook.com> | 2019-06-02 07:12:44 +0200 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2019-06-03 04:18:12 +0200 |
commit | e64de8d90acba327d4276f5b872d2b6eaa1bde9c (patch) | |
tree | 6de0b941b63273736dcf31e6aa8ed60e5b07cbb7 /components/msg | |
parent | 8b6ed3d1823876fa7e3c5ff6b1a9036aa22a72f4 (diff) | |
download | servo-e64de8d90acba327d4276f5b872d2b6eaa1bde9c.tar.gz servo-e64de8d90acba327d4276f5b872d2b6eaa1bde9c.zip |
Remove unused code from a bunch of crates
Diffstat (limited to 'components/msg')
-rw-r--r-- | components/msg/constellation_msg.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/components/msg/constellation_msg.rs b/components/msg/constellation_msg.rs index aa61491afa5..ac84186b10c 100644 --- a/components/msg/constellation_msg.rs +++ b/components/msg/constellation_msg.rs @@ -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 { |