Remove not necessary function

wilder-work
Montel Laurent 14 years ago
parent 3e5b874faf
commit b751bf75cc
  1. 8
      kmmainwidget.cpp
  2. 1
      kmmainwidget.h

@ -1436,14 +1436,6 @@ bool KMMainWidget::slotSearch()
}
//-------------------------------------------------------------------------
void KMMainWidget::slotFind()
{
if( mMsgView )
mMsgView->slotFind();
}
//-----------------------------------------------------------------------------
void KMMainWidget::slotHelp()
{

@ -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 */

Loading…
Cancel
Save