mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Drop the legacy fill and stroke rows for single-typed paint
This commit is contained in:
@@ -75,13 +75,6 @@ where
|
||||
|
||||
fn eval(&self, input: &C) -> crate::gpoll::GPoll<crate::record::RecordValue<'e>> {
|
||||
let Some(value) = self.values.get(input.innermost_index() as usize) else {
|
||||
eprintln!(
|
||||
"DEBUG level value past end: {} lane {} of {}\n{}",
|
||||
std::any::type_name::<T>(),
|
||||
input.innermost_index(),
|
||||
self.values.len(),
|
||||
std::backtrace::Backtrace::force_capture()
|
||||
);
|
||||
return crate::gpoll::GPoll::error("value level addressed past its items");
|
||||
};
|
||||
crate::record::lift_poll(crate::gpoll::GPoll::Final(value.clone()), &self.layout, input.arena())
|
||||
|
||||
Reference in New Issue
Block a user