mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 12:44:07 +00:00
- Remove some unneeded spurious prototype.
This commit is contained in:
parent
412219e149
commit
0fd5ddee85
|
@ -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 )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue