From 1e04b22bae5eb3fd89783b6bd5b3cbf1c08a9365 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 27 Jan 2018 18:37:02 -0500 Subject: [PATCH] applet: Remove redundant declaration of appletExit() This is already present within the header. --- nx/source/services/applet.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/nx/source/services/applet.c b/nx/source/services/applet.c index 059b5368..92c0ef42 100644 --- a/nx/source/services/applet.c +++ b/nx/source/services/applet.c @@ -38,8 +38,6 @@ static bool g_appletNotifiedRunning = 0; static AppletHookCookie g_appletFirstHook; -void appletExit(void); - static Result _appletGetHandle(Service* srv, Handle* handle_out, u64 cmd_id); static Result _appletGetSession(Service* srv, Service* srv_out, u64 cmd_id); static Result _appletGetSessionProxy(Service* srv_out, u64 cmd_id, Handle prochandle, u8 *AppletAttribute);