Delete out non-needed functions from SysInfo

Delete LaunchContext

Signed-off-by: timoreo <contact@timoreo.fr>
This commit is contained in:
timoreo
2022-09-12 15:00:31 +02:00
parent dc84a61999
commit 89f1b60538
5 changed files with 1 additions and 185 deletions

View File

@@ -1,12 +1,6 @@
#include <QString>
#include "minecraft/LaunchContext.h"
#ifdef Q_OS_MACOS
#include <sys/sysctl.h>
#endif
namespace SysInfo {
QString currentSystem();
QString currentArch(LaunchContext launchContext);
QString runCheckerForArch(LaunchContext launchContext);
QString useQTForArch();
}