applet: Remove redundant declaration of appletExit()

This is already present within the header.
This commit is contained in:
Lioncash 2018-01-27 18:37:02 -05:00 committed by plutoo
parent b637276c48
commit 1e04b22bae

View File

@ -38,8 +38,6 @@ static bool g_appletNotifiedRunning = 0;
static AppletHookCookie g_appletFirstHook; static AppletHookCookie g_appletFirstHook;
void appletExit(void);
static Result _appletGetHandle(Service* srv, Handle* handle_out, u64 cmd_id); static Result _appletGetHandle(Service* srv, Handle* handle_out, u64 cmd_id);
static Result _appletGetSession(Service* srv, Service* srv_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); static Result _appletGetSessionProxy(Service* srv_out, u64 cmd_id, Handle prochandle, u8 *AppletAttribute);