Skip to content

Commit

Permalink
Remove unused function from videodisplayprofile.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Dec 1, 2019
1 parent 444021f commit 7b97c5a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions mythtv/libs/libmythtv/videodisplayprofile.cpp
Expand Up @@ -222,18 +222,6 @@ bool ProfileItem::IsMatch(const QSize &Size,
}


static QString toCommaList(const QStringList &list)
{
QString ret = "";
for (QStringList::const_iterator it = list.begin(); it != list.end(); ++it)
ret += *it + ",";

if (ret.length())
return ret.left(ret.length()-1);

return "";
}

bool ProfileItem::IsValid(QString *Reason) const
{

Expand Down

0 comments on commit 7b97c5a

Please sign in to comment.