mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 04:22:50 +02:00
applet: Remove redundant declaration of appletExit()
This is already present within the header.
This commit is contained in:
parent
b637276c48
commit
1e04b22bae
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user