chore: remove unused methods

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-12-16 13:12:12 +01:00
parent 213963257c
commit a8220cd296
No known key found for this signature in database
GPG key ID: E13DFD4B47127951
2 changed files with 0 additions and 67 deletions

View file

@ -41,9 +41,4 @@ bool isFlatpak();
* Determine whether the launcher is running in a Snap environment
*/
bool isSnap();
/**
* Determine whether the launcher is running in a sandboxed (Flatpak or Snap) environment
*/
bool isSandbox();
} // namespace DesktopServices