mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
constellation: Remove unused title attribute from Pipeline struct (#15714)
This commit is contained in:
parent
81f6b9a1c7
commit
31aabeaf47
1 changed files with 0 additions and 4 deletions
|
@ -75,9 +75,6 @@ pub struct Pipeline {
|
||||||
/// to a hash URL.
|
/// to a hash URL.
|
||||||
pub url: ServoUrl,
|
pub url: ServoUrl,
|
||||||
|
|
||||||
/// The title of the most recently-loaded page.
|
|
||||||
pub title: Option<String>,
|
|
||||||
|
|
||||||
/// Whether this pipeline is currently running animations. Pipelines that are running
|
/// Whether this pipeline is currently running animations. Pipelines that are running
|
||||||
/// animations cause composites to be continually scheduled.
|
/// animations cause composites to be continually scheduled.
|
||||||
pub running_animations: bool,
|
pub running_animations: bool,
|
||||||
|
@ -316,7 +313,6 @@ impl Pipeline {
|
||||||
layout_chan: layout_chan,
|
layout_chan: layout_chan,
|
||||||
compositor_proxy: compositor_proxy,
|
compositor_proxy: compositor_proxy,
|
||||||
url: url,
|
url: url,
|
||||||
title: None,
|
|
||||||
children: vec!(),
|
children: vec!(),
|
||||||
running_animations: false,
|
running_animations: false,
|
||||||
visible: visible,
|
visible: visible,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue