We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c2c90 commit 2363c22Copy full SHA for 2363c22
src/obs-websocket.cpp
@@ -117,15 +117,9 @@ WSEventsPtr GetEventsSystem() {
117
return _eventsSystem;
118
}
119
120
-void ShowSettingsDialog() {
121
- if (settingsDialog) {
122
- settingsDialog->setVisible(true);
123
- }
124
-}
125
-
126
void ShowPasswordSetting() {
127
if (settingsDialog) {
128
settingsDialog->PreparePasswordEntry();
129
settingsDialog->setVisible(true);
130
131
+}
src/obs-websocket.h
@@ -55,7 +55,6 @@ typedef std::shared_ptr<WSEvents> WSEventsPtr;
55
ConfigPtr GetConfig();
56
WSServerPtr GetServer();
57
WSEventsPtr GetEventsSystem();
58
-void ShowSettingsDialog();
59
void ShowPasswordSetting();
60
61
#define OBS_WEBSOCKET_VERSION "4.8.0"
0 commit comments