mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-04 06:36:08 -05:00
UI: Remove Mixer integration
This commit is contained in:
@@ -185,7 +185,6 @@ void assignDockToggle(QDockWidget *dock, QAction *action)
|
||||
}
|
||||
|
||||
extern void RegisterTwitchAuth();
|
||||
extern void RegisterMixerAuth();
|
||||
extern void RegisterRestreamAuth();
|
||||
|
||||
OBSBasic::OBSBasic(QWidget *parent)
|
||||
@@ -199,9 +198,6 @@ OBSBasic::OBSBasic(QWidget *parent)
|
||||
#if TWITCH_ENABLED
|
||||
RegisterTwitchAuth();
|
||||
#endif
|
||||
#if MIXER_ENABLED
|
||||
RegisterMixerAuth();
|
||||
#endif
|
||||
#if RESTREAM_ENABLED
|
||||
RegisterRestreamAuth();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user