mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 10:52:15 +02:00
web_wifi: remove unused storage
This commit is contained in:
parent
a3e4693e6e
commit
3b2c14d227
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user