From c0ec47186980e24bf9273c889599799e59b42ac7 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Wed, 6 May 2020 15:31:55 -0400 Subject: Remove python UndoAction class and old method --- python/binaryview.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'python/binaryview.py') 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. -- cgit v1.3.1