diff --git a/nx/source/applets/web.c b/nx/source/applets/web.c index d2021f91..b8654f00 100644 --- a/nx/source/applets/web.c +++ b/nx/source/applets/web.c @@ -20,9 +20,6 @@ void webWifiCreate(WebWifiConfig* config, const char* url) { Result webWifiShow(WebWifiConfig* config) { Result rc = 0; AppletHolder holder; - AppletStorage storage; - - memset(&storage, 0, sizeof(AppletStorage)); rc = appletCreateLibraryApplet(&holder, AppletId_wifiWebAuth, LibAppletMode_AllForeground); if (R_FAILED(rc)) return rc;