- Remove some unneeded spurious prototype.

This commit is contained in:
Konstantin Isakov 2009-09-24 12:41:41 +00:00
parent 412219e149
commit 0fd5ddee85

View file

@ -589,8 +589,6 @@ void MainWindow::addNewTab()
createNewTab( true, tr( "(untitled)" ) ); createNewTab( true, tr( "(untitled)" ) );
} }
void applyMutedDictionariesState();
ArticleView * MainWindow::createNewTab( bool switchToIt, ArticleView * MainWindow::createNewTab( bool switchToIt,
QString const & name ) QString const & name )
{ {