diff options
| author | Josh Ferrell <josh@vector35.com> | 2020-02-07 20:06:11 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2020-03-31 13:29:35 -0400 |
| commit | 95b145165e424d69554d03d4ebcf4cc13d43ec88 (patch) | |
| tree | 18e40ebfbb940986d8bbc990281f317fc88f0091 /binaryview.cpp | |
| parent | fa1de9cc465473fb00f0f47f91aba0a1792a60ee (diff) | |
Undobuffer merging and mergetool
Diffstat (limited to 'binaryview.cpp')
| -rw-r--r-- | binaryview.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
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(); |
