Browse Source

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.
Ryan Foster 8 years ago
parent
commit
2d80ae0231
1 changed files with 0 additions and 8 deletions
  1. 0 8
      UI/window-basic-main.cpp

+ 0 - 8
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);