Merge pull request #896 from RytoEX/clean-old-updater

UI: Remove unused defines from old updater code
master
Jim 2017-04-26 20:22:11 -07:00 committed by GitHub
commit 54281f2e84
1 changed files with 0 additions and 8 deletions

View File

@ -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);