remove unused USER variable from ncp apps nc-notify-updates and nc-update-nc-apps-auto (#1307)

* remove unused USER variable

Signed-off-by: Henning Schiebenhoefer <henning.schiebenhoefer@posteo.de>

* remove unused USER variable

Signed-off-by: Henning Schiebenhoefer <henning.schiebenhoefer@posteo.de>
This commit is contained in:
rababerladuseladim 2021-08-07 20:50:51 +02:00 committed by nachoparker
parent 1d696f0678
commit 6aefb5de1c
2 changed files with 0 additions and 12 deletions

View File

@ -11,12 +11,6 @@
"name": "Active",
"value": "yes",
"type": "bool"
},
{
"id": "USER",
"name": "User",
"value": "ncp",
"suggest": "ncp"
}
]
}

View File

@ -11,12 +11,6 @@
"name": "Active",
"value": "no",
"type": "bool"
},
{
"id": "USER",
"name": "Notify user",
"value": "ncp",
"suggest": "ncp"
}
]
}