From db97dd8d753da2008369153b1cb95b100f424009 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 22 Oct 2018 22:56:26 -0700 Subject: [PATCH] Loader: clean up orphaned function prototype --- stratosphere/loader/source/ldr_content_management.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stratosphere/loader/source/ldr_content_management.hpp b/stratosphere/loader/source/ldr_content_management.hpp index 92ce721e2..183415f8f 100644 --- a/stratosphere/loader/source/ldr_content_management.hpp +++ b/stratosphere/loader/source/ldr_content_management.hpp @@ -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);