diff options
| -rw-r--r-- | binaryninjacore.h | 1 | ||||
| -rw-r--r-- | docs/getting-started.md | 1 |
2 files changed, 0 insertions, 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 |
