mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
NOISSUE remove unused 'test mode'
This commit is contained in:
@ -48,7 +48,7 @@ public:
|
||||
};
|
||||
|
||||
public:
|
||||
MultiMC(int &argc, char **argv, bool test_mode = false);
|
||||
MultiMC(int &argc, char **argv);
|
||||
virtual ~MultiMC();
|
||||
|
||||
// InstanceList, IconList, OneSixFTBInstance, LegacyUpdate, LegacyInstance, MCEditTool, JVisualVM, MinecraftInstance, JProfiler, BaseInstance
|
||||
@ -156,7 +156,7 @@ private:
|
||||
void initLogger();
|
||||
void initIcons();
|
||||
void initThemes();
|
||||
void initGlobalSettings(bool test_mode);
|
||||
void initGlobalSettings();
|
||||
void initTranslations();
|
||||
void initSSL();
|
||||
|
||||
|
Reference in New Issue
Block a user