diff --git a/cockatrice/src/update_checker.cpp b/cockatrice/src/update_checker.cpp index f95a2bc0..0a413018 100644 --- a/cockatrice/src/update_checker.cpp +++ b/cockatrice/src/update_checker.cpp @@ -43,7 +43,6 @@ bool UpdateChecker::downloadMatchesCurrentOS(QVariant build) .contains("osx"); } #elif defined(Q_OS_WIN) - bool UpdateChecker::downloadMatchesCurrentOS(QVariant build) { return build @@ -51,7 +50,6 @@ bool UpdateChecker::downloadMatchesCurrentOS(QVariant build) .toString() .contains("exe"); } -#endif #else bool UpdateChecker::downloadMatchesCurrentOS(QVariant)