From c98eb2019fd9e6fcf9ac98d3aef32fb876c10a56 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 5 Dec 2022 18:35:42 -0500 Subject: [PATCH] Looking for what's still needed... --- q65w/mainwindow.cpp | 5 ----- 1 file changed, 5 deletions(-) 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();