diff options
| -rw-r--r-- | ui/logview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/logview.h b/ui/logview.h index e6f20c53..aff78562 100644 --- a/ui/logview.h +++ b/ui/logview.h @@ -127,7 +127,6 @@ class BINARYNINJAUIAPI LogListModel : public QAbstractItemModel, BinaryNinja::Lo void addPendingItems(); void clear(); - std::vector<LogListItem> getSelectedItems(); virtual void LogMessage(size_t sessionId, BNLogLevel level, const std::string& msg, const std::string& loggerName = "", size_t tid = 0) override; virtual BNLogLevel GetLogLevel() override; |
