summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2020-05-06 15:31:55 -0400
committerJosh Ferrell <josh@vector35.com>2020-05-06 15:38:02 -0400
commitc0ec47186980e24bf9273c889599799e59b42ac7 (patch)
tree2e76076f7ded2a1af50d1412ee151712a30a6391 /python/binaryview.py
parenta867e60c569761852a4e33d85bfd1aea0a52fe15 (diff)
Remove python UndoAction class and old method
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.