Settings Dialog: Don't need ShowSettingsDialog()

This commit is contained in:
tt2468 2021-02-01 05:35:58 -08:00
parent e6c2c90677
commit 20fa14563c
2 changed files with 1 additions and 8 deletions

View File

@ -117,12 +117,6 @@ WSEventsPtr GetEventsSystem() {
return _eventsSystem; return _eventsSystem;
} }
void ShowSettingsDialog() {
if (settingsDialog) {
settingsDialog->setVisible(true);
}
}
void ShowPasswordSetting() { void ShowPasswordSetting() {
if (settingsDialog) { if (settingsDialog) {
settingsDialog->PreparePasswordEntry(); settingsDialog->PreparePasswordEntry();

View File

@ -55,7 +55,6 @@ typedef std::shared_ptr<WSEvents> WSEventsPtr;
ConfigPtr GetConfig(); ConfigPtr GetConfig();
WSServerPtr GetServer(); WSServerPtr GetServer();
WSEventsPtr GetEventsSystem(); WSEventsPtr GetEventsSystem();
void ShowSettingsDialog();
void ShowPasswordSetting(); void ShowPasswordSetting();
#define OBS_WEBSOCKET_VERSION "4.8.0" #define OBS_WEBSOCKET_VERSION "4.8.0"