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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user