Looking for what's still needed...

This commit is contained in:
Joe Taylor 2022-12-05 18:35:42 -05:00
parent 58075a4443
commit c98eb2019f

View File

@ -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();