diff options
| author | KyleMiles <krm504@nyu.edu> | 2021-07-26 17:37:35 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2021-07-26 17:37:35 -0400 |
| commit | 8c0fa1737552e548909a435ddcc2b661a71b5da9 (patch) | |
| tree | 8acd8c5009668942ba0fe7b947a2582485531d30 | |
| parent | 4ec77aad9b00f5ac6152576f999243c6f793c345 (diff) | |
Remove default register option
| -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 |
