diff options
| author | Xusheng <xusheng@vector35.com> | 2022-07-20 15:57:00 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2022-08-04 14:59:46 +0800 |
| commit | ae8d81fd6662ba42e11c068126e890470438e482 (patch) | |
| tree | b1cb1b24481de29251b54644d56715322cff77ba /ui/linearview.h | |
| parent | 0469ac871e005ecb359fb171368eee3f517e391c (diff) | |
Merge the functionality of "Create Structure" with "Create All Members" in linear view
Diffstat (limited to 'ui/linearview.h')
| -rw-r--r-- | ui/linearview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index 1e0c0865..6bec459c 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -310,7 +310,6 @@ class BINARYNINJAUIAPI LinearView : public QAbstractScrollArea, public View, pub void createArray(); void createStruct(); void createNewTypes(); - void autoCreateMembers(); //! Get the length of of the string (if there is one) starting at the //! given address. String type is assumed to be UTF-8 by default, but the |
