mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove unused derivations from FrameState.
This commit is contained in:
parent
2d13178d29
commit
3147005547
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ pub struct InitialConstellationState {
|
|||
pub webrender_api_sender: Option<webrender_traits::RenderApiSender>,
|
||||
}
|
||||
|
||||
#[derive(Clone, PartialEq, Eq, PartialOrd, Ord)]
|
||||
#[derive(Debug, Clone)]
|
||||
struct FrameState {
|
||||
instant: Instant,
|
||||
pipeline_id: PipelineId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue