diff options
| author | Rusty Wagner <rusty@vector35.com> | 2015-08-28 18:18:40 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2015-08-28 18:18:40 -0400 |
| commit | 343eebe5ca7e6d19a365e81c5646007cdc89cc8f (patch) | |
| tree | ae3e402de382354e561c9dc347b9f0e23d6ed7da /binaryninjaapi.h | |
| parent | 2daf9f7095bcac83b5bb40cce233622a12087af6 (diff) | |
Add the rest of the binary view APIs and custom binary views to Python API
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 1e5fc879..fe084926 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -574,9 +574,6 @@ namespace BinaryNinja void DefineAutoSymbol(Symbol* sym); void UndefineAutoSymbol(Symbol* sym); - void DefineSymbol(Symbol* sym); - void UndefineSymbol(Symbol* sym); - void DefineUserSymbol(Symbol* sym); void UndefineUserSymbol(Symbol* sym); |
