mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 21:58:12 +08:00
Remove the unused CtxSnapshot scope reconstruction
This commit is contained in:
@@ -1034,10 +1034,6 @@ impl CtxSnapshot {
|
|||||||
pub fn generations(&self) -> &[(SourceId, u64)] {
|
pub fn generations(&self) -> &[(SourceId, u64)] {
|
||||||
&self.generations
|
&self.generations
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn scope<'s>(&'s self, arena: &'s Arena) -> EvalScope<'s> {
|
|
||||||
EvalScope::new(self.real_time, self.animation_time, self.pointer_position, &self.generations, arena)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl ExtractFootprint for CtxSnapshot {
|
impl ExtractFootprint for CtxSnapshot {
|
||||||
|
|||||||
Reference in New Issue
Block a user