unused macro

This commit is contained in:
in1tiate 2025-01-11 02:13:46 -06:00
parent 15899e329a
commit 23467ce54d

View File

@ -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())
{ {