UI: Removed unused friend classes

This commit is contained in:
Tunghohin
2024-05-28 15:04:05 -04:00
committed by Ryan Foster
parent d813b7837a
commit 51fd7fbaff
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -13,8 +13,6 @@ class BrowserDock;
class TwitchAuth : public OAuthStreamKey {
Q_OBJECT
friend class TwitchLogin;
bool uiLoaded = false;
std::string name;
-1
View File
@@ -191,7 +191,6 @@ class OBSBasic : public OBSMainWindow {
friend class ExtraBrowsersModel;
friend class ExtraBrowsersDelegate;
friend class DeviceCaptureToolbar;
friend class DeviceToolbarPropertiesThread;
friend class OBSBasicSourceSelect;
friend class OBSYoutubeActions;
friend class OBSPermissions;