Skip to content

Commit

Permalink
MythDRMProperty: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Jan 26, 2021
1 parent 8510f1c commit b66e21e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythui/platforms/drm/mythdrmproperty.cpp
Expand Up @@ -31,7 +31,6 @@ DRMProps MythDRMProperty::GetProperties(int FD, const uint32_t ObjectId, uint32_
{
if (auto * prop = drmModeGetProperty(FD, props->props[index]); prop)
{
auto key = QString(prop->name);
auto value = props->prop_values[index];
if (prop->flags & DRM_MODE_PROP_RANGE)
result.emplace_back(std::shared_ptr<MythDRMProperty>(new MythDRMRangeProperty(value, prop)));
Expand Down

0 comments on commit b66e21e

Please sign in to comment.