1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-09 21:51:45 +00:00

Loader: clean up orphaned function prototype

This commit is contained in:
Michael Scire 2018-10-22 22:56:26 -07:00
parent f96e1d5074
commit db97dd8d75

View file

@ -35,7 +35,6 @@ class ContentManagement {
static bool HasCreatedTitle(u64 tid);
static void SetCreatedTitle(u64 tid);
static void RefreshConfigurationData();
static void LoadConfiguration(FILE *config);
static void TryMountSdCard();
static bool ShouldReplaceWithHBL(u64 tid);