From 0163d7af9977ac93ebcdb144e9c67bc14e9976bc Mon Sep 17 00:00:00 2001 From: Zach H Date: Sun, 8 May 2016 03:35:18 -0400 Subject: [PATCH] fix if/else --- cockatrice/src/update_checker.cpp | 2 -- 1 file changed, 2 deletions(-) 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)