From 95b145165e424d69554d03d4ebcf4cc13d43ec88 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Fri, 7 Feb 2020 20:06:11 -0500 Subject: Undobuffer merging and mergetool --- binaryview.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'binaryview.cpp') diff --git a/binaryview.cpp b/binaryview.cpp index b05f4d02..5c0dd951 100644 --- a/binaryview.cpp +++ b/binaryview.cpp @@ -1154,12 +1154,6 @@ void BinaryView::BeginUndoActions() } -void BinaryView::AddUndoAction(UndoAction* action) -{ - action->Add(m_object); -} - - void BinaryView::CommitUndoActions() { m_file->CommitUndoActions(); -- cgit v1.3.1