提交 2d80ae02 编写于 作者: R Ryan Foster

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.
上级 a1f7e6aa
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册