aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorin1tiate <32779090+in1tiate@users.noreply.github.com>2025-01-11 02:13:46 -0600
committerin1tiate <32779090+in1tiate@users.noreply.github.com>2025-01-11 02:13:46 -0600
commit23467ce54d8cb17232c8361ab9fbb615f102f096 (patch)
tree94563d6e95d8b9ca0cc686b66f089e9c8ca3e6a0 /src
parent15899e329ad717bfa9e492b7c85c615c75fe56a7 (diff)
unused macro
Diffstat (limited to 'src')
-rw-r--r--src/demoserver.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/demoserver.cpp b/src/demoserver.cpp
index c8c8c8b9..dace861f 100644
--- a/src/demoserver.cpp
+++ b/src/demoserver.cpp
@@ -442,6 +442,7 @@ void DemoServer::playback()
}
// Take the first arg as the command
QString command = f_contents.takeFirst();
+ Q_UNUSED(command); // this seems load-bearing. TODO: this should not be load-bearing
int duration = 0;
if (!f_contents.isEmpty())
{