Additional cleanup of prelude imports in editor codebase

Closes #744
This commit is contained in:
Keavon Chambers
2022-08-05 17:09:37 -07:00
parent e4306c30e2
commit 9e34199ca9
26 changed files with 11 additions and 49 deletions
@@ -8,8 +8,6 @@ use crate::messages::tool::utility_types::ToolType;
use graphene::color::Color;
use graphene::layers::text_layer::FontCache;
use std::collections::VecDeque;
#[derive(Debug, Default)]
pub struct ToolMessageHandler {
tool_state: ToolFsmState,