summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/binaryview.py')
-rw-r--r--python/binaryview.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index a554f0e1..ff9b400f 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -2528,9 +2528,6 @@ class BinaryView(object):
"""
self._file.begin_undo_actions()
- def add_undo_action(self, action):
- core.BNAddUndoAction(self.handle, action.__class__.name, action._cb)
-
def commit_undo_actions(self):
"""
``commit_undo_actions`` commit the actions taken since the last commit to the undo database.