diff options
| author | Xusheng <xusheng@vector35.com> | 2022-08-16 10:20:21 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2022-08-16 10:20:21 +0800 |
| commit | 5aadb05ccfa07ecc9ca1fab59a1d104aa1a343de (patch) | |
| tree | c1e3673306c801d7fe8f8ab643ae423c7ba8cce4 | |
| parent | 2a2a01aedabfc9655929ff0d1f0ecf4f002f2f4c (diff) | |
Remove unused function (skip-ci)
| -rw-r--r-- | ui/xreflist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/xreflist.h b/ui/xreflist.h index 770dc260..5de15c6b 100644 --- a/ui/xreflist.h +++ b/ui/xreflist.h @@ -398,7 +398,6 @@ class BINARYNINJAUIAPI CrossReferenceFilterProxyModel : public QSortFilterProxyM public Q_SLOTS: void directionChanged(int index, bool checked); void typeChanged(int index, bool checked); - void resetFilter(); }; class CrossReferenceWidget; |
