web_wifi: remove unused storage

This commit is contained in:
p-sam 2019-01-19 00:00:38 +00:00
parent a3e4693e6e
commit 3b2c14d227

View File

@ -20,9 +20,6 @@ void webWifiCreate(WebWifiConfig* config, const char* url) {
Result webWifiShow(WebWifiConfig* config) { Result webWifiShow(WebWifiConfig* config) {
Result rc = 0; Result rc = 0;
AppletHolder holder; AppletHolder holder;
AppletStorage storage;
memset(&storage, 0, sizeof(AppletStorage));
rc = appletCreateLibraryApplet(&holder, AppletId_wifiWebAuth, LibAppletMode_AllForeground); rc = appletCreateLibraryApplet(&holder, AppletId_wifiWebAuth, LibAppletMode_AllForeground);
if (R_FAILED(rc)) return rc; if (R_FAILED(rc)) return rc;