mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +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.
|
||||
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
|
||||
/// animations cause composites to be continually scheduled.
|
||||
pub running_animations: bool,
|
||||
|
@ -316,7 +313,6 @@ impl Pipeline {
|
|||
layout_chan: layout_chan,
|
||||
compositor_proxy: compositor_proxy,
|
||||
url: url,
|
||||
title: None,
|
||||
children: vec!(),
|
||||
running_animations: false,
|
||||
visible: visible,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue