Remove unused variable
This commit is contained in:
parent
d8310cb38a
commit
c6a157e50a
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ bool FindMyPhonePlugin::receivePackage(const NetworkPackage& np)
|
|||
void FindMyPhonePlugin::ring()
|
||||
{
|
||||
NetworkPackage np(PACKAGE_TYPE_FINDMYPHONE);
|
||||
bool success = sendPackage(np);
|
||||
sendPackage(np);
|
||||
}
|
||||
|
||||
void FindMyPhonePlugin::connected()
|
||||
|
|
Loading…
Reference in a new issue