From 60d3b2710fe19562575807aba006987b4629295e Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 14 Nov 2022 11:17:45 -0500 Subject: Revert "Show filtered/total count in search" This reverts commit 78a4c923fe3fd5790e03e2c963e0a519d8c2b93b. --- ui/symbollist.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ui/symbollist.h') 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(); }; /*! -- cgit v1.3.1