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.
This commit is contained in:
Ryan Foster
2017-04-26 13:09:30 -04:00
parent a1f7e6aa20
commit 2d80ae0231

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