From 2d80ae023161af51f19484521abde1fd7347ddaf Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Wed, 26 Apr 2017 13:09:30 -0400 Subject: [PATCH] UI: Remove unused defines from old updater code This commit removes some define statements that were used in the updater code before OBS Studio 18.0.0. --- UI/window-basic-main.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/UI/window-basic-main.cpp b/UI/window-basic-main.cpp index cbd3c6c61..db4718c51 100644 --- a/UI/window-basic-main.cpp +++ b/UI/window-basic-main.cpp @@ -2219,14 +2219,6 @@ void OBSBasic::CheckForUpdates(bool manualUpdate) #endif } -#ifdef __APPLE__ -#define VERSION_ENTRY "mac" -#elif _WIN32 -#define VERSION_ENTRY "windows" -#else -#define VERSION_ENTRY "other" -#endif - void OBSBasic::updateCheckFinished() { ui->actionCheckForUpdates->setEnabled(true);