refactor: remove closeWindow because no one need it

This commit is contained in:
2026-07-24 15:17:05 +08:00
parent b54cde2cbf
commit 4ed491c78a
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -345,10 +345,6 @@ void MainWindow::centerWindow()
);
}
void MainWindow::closeWindow()
{
}
void MainWindow::toggleAvoidResetTransform()
{
ui->m_gv->setAvoidResetTransform(!ui->m_gv->isAvoidResetTransform());