diff --git a/q65w/mainwindow.cpp b/q65w/mainwindow.cpp index 42e3e0ffe..20745f176 100644 --- a/q65w/mainwindow.cpp +++ b/q65w/mainwindow.cpp @@ -788,11 +788,6 @@ void MainWindow::msgBox(QString t) //msgBox msgBox0.exec(); } -void MainWindow::stub() //stub() -{ - msgBox("Not yet implemented."); -} - void MainWindow::on_actionAstro_Data_triggered() //Display Astro { if (m_astro_window ) m_astro_window->show();