From 2960acc9f7c1ebfea89f67c2e03129a33920bb8f Mon Sep 17 00:00:00 2001 From: Andrea Marcelli Date: Wed, 16 Dec 2020 18:51:53 +0100 Subject: [PATCH] GhIDA Python 3 fixed EnableField --- ghida_plugin/ui.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ghida_plugin/ui.py b/ghida_plugin/ui.py index d6c1542..06347eb 100644 --- a/ghida_plugin/ui.py +++ b/ghida_plugin/ui.py @@ -33,11 +33,6 @@ from .utility import from_ida_to_ghidra_syntax_conversion -USE_GHIDRAAAS_OPTION_CONST = 11 -SAVE_CACHE_OPTION_CONST = 4 -DO_NOT_SHOW_DIALOG_CONST = 7 - - # ------------------------------------------------------------ # SYMBOLS HIGHLIGHTING # ------------------------------------------------------------