Skip to content

Commit

Permalink
VersionStore: Remove Apple fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd authored Jan 28, 2024
1 parent 7d99fd5 commit 9c2e4c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util/versionstore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ QString VersionStore::platform() {
QString base = QStringLiteral("iOS");
#elif defined(Q_OS_MACOS)
QString base = QStringLiteral("macOS");
#elif defined(__APPLE__)
QString base = QStringLiteral("Apple");
#elif defined(__LINUX__)
QString base = QStringLiteral("Linux");
#elif defined(__WINDOWS__)
Expand Down

0 comments on commit 9c2e4c6

Please sign in to comment.