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
parent 0bc2dbe7cb
commit 71fbe3c04a
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -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);