Remove unused menu "Filter"

The filter menu wasn't connected to anything other than a debug print.
This removes that menu.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2014-07-14 21:49:58 +02:00 committed by Dirk Hohndel
parent c43708bc8e
commit 64d7c5c042
3 changed files with 0 additions and 28 deletions

View file

@ -645,16 +645,6 @@ void MainWindow::on_actionFullScreen_triggered(bool checked)
}
}
void MainWindow::on_actionSelectEvents_triggered()
{
qDebug("actionSelectEvents");
}
void MainWindow::on_actionInputPlan_triggered()
{
qDebug("actionInputPlan");
}
void MainWindow::on_actionAboutSubsurface_triggered()
{
SubsurfaceAbout dlg(this);