Remove unused DocumentIsDirty

This commit is contained in:
Keavon Chambers
2024-01-15 02:51:40 -08:00
parent 8df59be1d5
commit d602603d46
20 changed files with 15 additions and 125 deletions
@@ -121,9 +121,6 @@ impl MessageHandler<ToolMessage, (&DocumentMessageHandler, DocumentId, &InputPre
// Send the SelectionChanged message to the active tool, this will ensure the selection is updated
responses.add(BroadcastEvent::SelectionChanged);
// Send the DocumentIsDirty message to the active tool's sub-tool message handler
responses.add(BroadcastEvent::DocumentIsDirty);
// Update the working colors for the active tool
responses.add(BroadcastEvent::WorkingColorChanged);