From 9f5788ee1180439730c4b7f5f78ac7c919cd9741 Mon Sep 17 00:00:00 2001 From: Igor Kushnir Date: Mon, 23 May 2022 12:06:28 +0300 Subject: [PATCH] Remove unused declaration showFindButtons() c2cdf9b177b4995fa069820a512668befb3135fa declared this member function but it was never defined. --- articleview.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/articleview.hh b/articleview.hh index 2c274e7e..8a38d00d 100644 --- a/articleview.hh +++ b/articleview.hh @@ -62,7 +62,6 @@ class ArticleView: public QFrame void highlightFTSResults(); void performFtsFindOperation( bool backwards ); - void showFindButtons(); public: /// The popupView flag influences contents of the context menus to be