chore: remove unused GUI_HOOK
This commit is contained in:
@ -76,9 +76,6 @@ SettingsDialog::SettingsDialog(
|
||||
Qt::QueuedConnection
|
||||
);
|
||||
|
||||
#ifdef DESKFLOW_GUI_HOOK_SETTINGS
|
||||
DESKFLOW_GUI_HOOK_SETTINGS
|
||||
#endif
|
||||
adjustSize();
|
||||
QApplication::processEvents();
|
||||
setFixedHeight(height());
|
||||
|
||||
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user