diff options
author | dada513 <dada513@protonmail.com> | 2022-03-28 20:55:03 +0200 |
---|---|---|
committer | dada513 <dada513@protonmail.com> | 2022-03-28 20:55:03 +0200 |
commit | 3a7eeff135f92c807fdc066cb06d835f295b66d3 (patch) | |
tree | d2c49cbe36416054584e7f8414c3a0a5c4e1fd5e /launcher/Flatpak.h | |
parent | 424f4a72ffd4d5e6748559d2ce76ec2fd3b4cde1 (diff) | |
download | PrismLauncher-3a7eeff135f92c807fdc066cb06d835f295b66d3.tar.gz PrismLauncher-3a7eeff135f92c807fdc066cb06d835f295b66d3.tar.bz2 PrismLauncher-3a7eeff135f92c807fdc066cb06d835f295b66d3.zip |
Fix
Diffstat (limited to 'launcher/Flatpak.h')
-rw-r--r-- | launcher/Flatpak.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/launcher/Flatpak.h b/launcher/Flatpak.h deleted file mode 100644 index 8fd315fb..00000000 --- a/launcher/Flatpak.h +++ /dev/null @@ -1,21 +0,0 @@ -// SPDX-License-Identifier: GPL-3.0-only -/* - * PolyMC - Minecraft Launcher - * Copyright (C) 2022 dada513 <dada513@protonmail.com> - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 3. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. - */ -namespace Flatpak -{ - bool IsFlatpak(); -} |