From 8c0fa1737552e548909a435ddcc2b661a71b5da9 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Mon, 26 Jul 2021 17:37:35 -0400 Subject: Remove default register option --- binaryninjacore.h | 1 - docs/getting-started.md | 1 - 2 files changed, 2 deletions(-) diff --git a/binaryninjacore.h b/binaryninjacore.h index f8ded517..3f48736d 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -588,7 +588,6 @@ extern "C" ExpandLongOpcode = 2, ShowVariablesAtTopOfGraph = 3, ShowVariableTypesWhenAssigned = 4, - ShowDefaultRegisterTypes = 5, ShowCallParameterNames = 6, ShowRegisterHighlight = 7, ShowFunctionAddress = 8, diff --git a/docs/getting-started.md b/docs/getting-started.md index b71aab8b..459fa2af 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -214,7 +214,6 @@ Current options include: - Show opcode bytes - Show register set highlighting - Show variable types - - List default register types - At assignment (MLIL only) - At top of function - Assembly -- cgit v1.3.1