diff options
| author | Brian Potchik <brian@vector35.com> | 2022-07-27 21:37:19 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2022-07-27 21:37:19 -0400 |
| commit | ca92df5af59c5bc538a34e73655ffc5a400b5825 (patch) | |
| tree | 10735d33cd7d0e42eabe5d940f7ae0ecc6f117ef | |
| parent | 68c4347005bf2279573ad9557f511f9e36b5e4da (diff) | |
Fix FileContext stashing of binary views when loading from a database.
| -rw-r--r-- | ui/filecontext.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/filecontext.h b/ui/filecontext.h index 37d2ff79..e7a79927 100644 --- a/ui/filecontext.h +++ b/ui/filecontext.h @@ -40,8 +40,6 @@ class BINARYNINJAUIAPI FileContext : public FileContextBase, public BinaryNinja: static std::set<FileContext*> m_openFiles; - void createBinaryViews(); - public: FileContext(FileMetadataRef file, BinaryViewRef rawData, const QString& filename = QString(), bool isValidSaveName = false, bool createViews = true); |
