From b751bf75ccc8f7c7e8f76de366a8b8b8076111f7 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Sat, 27 Oct 2012 09:55:26 +0200 Subject: [PATCH] Remove not necessary function --- kmmainwidget.cpp | 8 -------- kmmainwidget.h | 1 - 2 files changed, 9 deletions(-) diff --git a/kmmainwidget.cpp b/kmmainwidget.cpp index 8f72b3ed2..6dfee7492 100644 --- a/kmmainwidget.cpp +++ b/kmmainwidget.cpp @@ -1436,14 +1436,6 @@ bool KMMainWidget::slotSearch() } -//------------------------------------------------------------------------- -void KMMainWidget::slotFind() -{ - if( mMsgView ) - mMsgView->slotFind(); -} - - //----------------------------------------------------------------------------- void KMMainWidget::slotHelp() { diff --git a/kmmainwidget.h b/kmmainwidget.h index d67add0b3..ad210e844 100644 --- a/kmmainwidget.h +++ b/kmmainwidget.h @@ -355,7 +355,6 @@ class KMAIL_EXPORT KMMainWidget : public QWidget void slotMarkAll(); void slotFocusQuickSearch(); bool slotSearch(); - void slotFind(); void slotIntro(); void slotShowStartupFolder(); /** Show tip-of-the-day, forced */