Skip to content
Snippets Groups Projects
Commit 5c29d564 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

fix warning "unused param"

parent 42fad258
No related branches found
No related tags found
1 merge request!532Reduce SessionItem signaling
This commit is part of merge request !532. Comments created here will be created in the context of that merge request.
......@@ -42,8 +42,8 @@ void SampleValidator::validateItem(const SessionItem* item)
void SampleValidator::validateInterferences(const LayerItem* layer)
{
#ifdef WIN32
ASSERT(layer);
#ifdef WIN32
int iLayout = 0;
for (const auto* layout : layer->layouts()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment