backends/drm: remove "unrecognized enums" warnings
They don't serve any purpose
This commit is contained in:
parent
fb6edd72e8
commit
3820224767
1 changed files with 0 additions and 2 deletions
|
@ -65,8 +65,6 @@ void DrmProperty::update(DrmPropertyList &propertyList)
|
||||||
m_enumToPropertyMap[j] = en->value;
|
m_enumToPropertyMap[j] = en->value;
|
||||||
m_propertyToEnumMap[en->value] = j;
|
m_propertyToEnumMap[en->value] = j;
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
qCWarning(KWIN_DRM, "%s has unrecognized enum '%s'", qPrintable(m_propName), en->name);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue