diff --git a/src/obs-websocket.cpp b/src/obs-websocket.cpp index ef5ea7e2..4fb3e729 100644 --- a/src/obs-websocket.cpp +++ b/src/obs-websocket.cpp @@ -117,15 +117,9 @@ WSEventsPtr GetEventsSystem() { return _eventsSystem; } -void ShowSettingsDialog() { - if (settingsDialog) { - settingsDialog->setVisible(true); - } -} - void ShowPasswordSetting() { if (settingsDialog) { settingsDialog->PreparePasswordEntry(); settingsDialog->setVisible(true); } -} \ No newline at end of file +} diff --git a/src/obs-websocket.h b/src/obs-websocket.h index b900d476..38da66a4 100644 --- a/src/obs-websocket.h +++ b/src/obs-websocket.h @@ -55,7 +55,6 @@ typedef std::shared_ptr WSEventsPtr; ConfigPtr GetConfig(); WSServerPtr GetServer(); WSEventsPtr GetEventsSystem(); -void ShowSettingsDialog(); void ShowPasswordSetting(); #define OBS_WEBSOCKET_VERSION "4.8.0"