mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +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)] {
|
||||
&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 {
|
||||
|
||||
Reference in New Issue
Block a user