From 3b2c14d227207661082548e6a524cab565361c0b Mon Sep 17 00:00:00 2001 From: p-sam Date: Sat, 19 Jan 2019 00:00:38 +0000 Subject: [PATCH] web_wifi: remove unused storage --- nx/source/applets/web.c | 3 --- 1 file changed, 3 deletions(-) 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;