From c6703af8f9d49908d1a5b84cfebf1c33ce32b40a Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Sat, 5 May 2012 14:47:08 +0400 Subject: Removed code duplication and unused methods in IFindSupport derivatives. Change-Id: I6c76665c88f2d4678858081765e29a08566798b1 Reviewed-by: Eike Ziller --- src/plugins/help/helpfindsupport.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/plugins/help/helpfindsupport.cpp') diff --git a/src/plugins/help/helpfindsupport.cpp b/src/plugins/help/helpfindsupport.cpp index 7fa1a92790..f2c1f191b0 100644 --- a/src/plugins/help/helpfindsupport.cpp +++ b/src/plugins/help/helpfindsupport.cpp @@ -46,11 +46,6 @@ HelpFindSupport::~HelpFindSupport() { } -bool HelpFindSupport::isEnabled() const -{ - return true; -} - Find::FindFlags HelpFindSupport::supportedFindFlags() const { return Find::FindBackward | Find::FindCaseSensitively; -- cgit v1.2.1