From 6c676d39da53fdb8faa5df455f1f80f03b18c566 Mon Sep 17 00:00:00 2001 From: gxalpha Date: Wed, 5 Apr 2023 03:43:51 +0200 Subject: [PATCH] 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. --- UI/window-basic-main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/UI/window-basic-main.cpp b/UI/window-basic-main.cpp index 6d9375eb4..29efaea0d 100644 --- a/UI/window-basic-main.cpp +++ b/UI/window-basic-main.cpp @@ -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 \