diff --git a/sky/engine/core/editing/Editor.cpp b/sky/engine/core/editing/Editor.cpp index f26102ba4fa8c..9dee329095bdb 100644 --- a/sky/engine/core/editing/Editor.cpp +++ b/sky/engine/core/editing/Editor.cpp @@ -361,8 +361,6 @@ void Editor::appliedEditing(PassRefPtr cmd) { m_frame.document()->updateLayout(); - EditCommandComposition* composition = cmd->composition(); - ASSERT(composition); VisibleSelection newSelection(cmd->endingSelection()); // Don't clear the typing style with this selection change. We do those things elsewhere if necessary.