diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp index dd1018e..25e899a 100644 --- a/app/mainwindow.cpp +++ b/app/mainwindow.cpp @@ -345,10 +345,6 @@ void MainWindow::centerWindow() ); } -void MainWindow::closeWindow() -{ -} - void MainWindow::toggleAvoidResetTransform() { ui->m_gv->setAvoidResetTransform(!ui->m_gv->isAvoidResetTransform()); diff --git a/app/mainwindow.h b/app/mainwindow.h index efac9c1..3e89766 100644 --- a/app/mainwindow.h +++ b/app/mainwindow.h @@ -44,7 +44,6 @@ protected slots: void dropEvent(QDropEvent *event) override; void centerWindow(); - void closeWindow(); void toggleAvoidResetTransform(); void toggleFullscreen(); void toggleMaximize();