diff options
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r-- | launcher/Application.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp index 38613280..2da8ac56 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -1137,15 +1137,6 @@ std::vector<ITheme *> Application::getValidApplicationThemes() return ret; } -bool Application::isFlatpak() -{ - #ifdef Q_OS_LINUX - return QFile::exists("/.flatpak-info"); - #else - return false; - #endif -} - void Application::setApplicationTheme(const QString& name, bool initial) { auto systemPalette = qApp->palette(); |