diff options
| author | Alexander Blair <snipa@jagtech.io> | 2020-10-28 00:42:35 -0700 |
|---|---|---|
| committer | Alexander Blair <snipa@jagtech.io> | 2020-10-28 00:42:36 -0700 |
| commit | c9fd9634ee7b2fec90778a21e93935c62cd90788 (patch) | |
| tree | 641a369d49ac338007e2415a8ee9372e6d5abb7f /src/main/main.cpp | |
| parent | ddcee95b88c5628c88b90f7fc2317981f4e72652 (diff) | |
| parent | cd054f6c26c27964425ec7d93de99821e6309fc2 (diff) | |
| download | monzero-gui-c9fd9634ee7b2fec90778a21e93935c62cd90788.tar.gz monzero-gui-c9fd9634ee7b2fec90778a21e93935c62cd90788.tar.xz monzero-gui-c9fd9634ee7b2fec90778a21e93935c62cd90788.zip | |
Merge pull request #3187
cd054f6c docker: fix Android build, update to Qt 5.15, README.md build steps (xiphon)
d6cb9b6c docker: move Android Dockerfile to root (xiphon)
Diffstat (limited to 'src/main/main.cpp')
| -rw-r--r-- | src/main/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp index e13c6198..0875c530 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -156,8 +156,6 @@ int main(int argc, char *argv[]) // platform dependant settings #if !defined(Q_OS_ANDROID) && !defined(Q_OS_IOS) bool isDesktop = true; -#elif defined(Q_OS_LINUX) - bool isLinux = true; #elif defined(Q_OS_ANDROID) bool isAndroid = true; #elif defined(Q_OS_IOS) |
