mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Unused variable deletet
This commit is contained in:
parent
1a8e2ca27c
commit
db26028b52
@ -1495,7 +1495,7 @@ void JsonAPI::handlePlatformCommand(const QJsonObject & message, const QString &
|
||||
//const QString & name = message["name"].toString();
|
||||
sendSuccessReply(command+"-"+subc, tan);
|
||||
|
||||
int result = system("poweroff");
|
||||
system("poweroff");
|
||||
}
|
||||
|
||||
void JsonAPI::handleNotImplemented()
|
||||
|
Loading…
Reference in New Issue
Block a user