Skip to content

Commit

Permalink
Delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
vincode-io committed Aug 18, 2024
1 parent 7e0c820 commit b37dab5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Zavala/Editor/EditorViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1382,14 +1382,6 @@ class EditorViewController: UIViewController, DocumentsActivityItemsConfiguratio
delegate?.showGetInfo(self, outline: outline)
}

// @objc func undo(_ sender: Any?) {
// undoManager?.undo()
// }
//
// @objc func redo(_ sender: Any?) {
// undoManager?.redo()
// }
//
@objc func showUndoMenu(_ sender: Any?) {
updateUI()
navButtonGroup.showPopOverMenu(for: undoMenuButton)
Expand Down

0 comments on commit b37dab5

Please sign in to comment.