unused macro
This commit is contained in:
parent
15899e329a
commit
23467ce54d
@ -442,6 +442,7 @@ void DemoServer::playback()
|
|||||||
}
|
}
|
||||||
// Take the first arg as the command
|
// Take the first arg as the command
|
||||||
QString command = f_contents.takeFirst();
|
QString command = f_contents.takeFirst();
|
||||||
|
Q_UNUSED(command); // this seems load-bearing. TODO: this should not be load-bearing
|
||||||
int duration = 0;
|
int duration = 0;
|
||||||
if (!f_contents.isEmpty())
|
if (!f_contents.isEmpty())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user