diff options
Diffstat (limited to 'ui/symbollist.h')
| -rw-r--r-- | ui/symbollist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/symbollist.h b/ui/symbollist.h index 8fad740e..5a7b1c1d 100644 --- a/ui/symbollist.h +++ b/ui/symbollist.h @@ -261,7 +261,6 @@ class BINARYNINJAUIAPI SymbolListModel : public QAbstractItemModel, public Binar void updateFunctions(); void backgroundUpdate(); bool hasSymbols() const; - size_t getUnfilteredCount() const; void setFilter(const std::string& filter); void showExportedDataVars(bool show) { m_showExportedDataVars = show; } @@ -295,7 +294,6 @@ class BINARYNINJAUIAPI SymbolListModel : public QAbstractItemModel, public Binar Q_SIGNALS: void afterListReset(); void beforeListReset(); - void updateCount(); }; /*! |
