chore: remove unused GUI_HOOK

This commit is contained in:
sithlord48
2025-01-11 21:57:50 -05:00
committed by Nick Bolton
parent 7a72658963
commit 626ff0a5fa
2 changed files with 0 additions and 7 deletions

View File

@ -76,9 +76,6 @@ SettingsDialog::SettingsDialog(
Qt::QueuedConnection
);
#ifdef DESKFLOW_GUI_HOOK_SETTINGS
DESKFLOW_GUI_HOOK_SETTINGS
#endif
adjustSize();
QApplication::processEvents();
setFixedHeight(height());

View File

@ -168,10 +168,6 @@ int main(int argc, char *argv[])
MainWindow mainWindow(configScopes, appConfig);
mainWindow.open();
#ifdef DESKFLOW_GUI_HOOK_START
DESKFLOW_GUI_HOOK_START
#endif
return QApplication::exec();
}