summaryrefslogtreecommitdiff
path: root/ui/symbollist.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2022-11-14 11:17:45 -0500
committerGlenn Smith <glenn@vector35.com>2022-11-14 11:17:45 -0500
commit60d3b2710fe19562575807aba006987b4629295e (patch)
tree777c18cb2d35a1fc53ba019e62fcbacc1041d325 /ui/symbollist.h
parent9912e2bdbc73c4984b94c1f8854ad7b960f5b252 (diff)
Revert "Show filtered/total count in search"
This reverts commit 78a4c923fe3fd5790e03e2c963e0a519d8c2b93b.
Diffstat (limited to 'ui/symbollist.h')
-rw-r--r--ui/symbollist.h2
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();
};
/*!