mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-27 07:36:15 -04:00
UI: Removed unused static AddProjectorMenuMonitors declaration
e832b42 made AddProjectorMenuMonitors a member function of OBSBasic, but
the (now unused) declaration of the static function never got removed.
This commit is contained in:
@@ -1861,9 +1861,6 @@ void OBSBasic::ResetOutputs()
|
||||
}
|
||||
}
|
||||
|
||||
static void AddProjectorMenuMonitors(QMenu *parent, QObject *target,
|
||||
const char *slot);
|
||||
|
||||
#define STARTUP_SEPARATOR \
|
||||
"==== Startup complete ==============================================="
|
||||
#define SHUTDOWN_SEPARATOR \
|
||||
|
||||
Reference in New Issue
Block a user