Skip to content

Commit

Permalink
Remove redundant initialisation from MythUIGuideGrid, forgot to remov…
Browse files Browse the repository at this point in the history
…e in 5748540
  • Loading branch information
stuartm committed May 24, 2013
1 parent ee668f1 commit cb66cb3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions mythtv/libs/libmythui/mythuiguidegrid.h
Expand Up @@ -73,14 +73,7 @@ class MUI_PUBLIC MythUIGuideGrid : public MythUIType
m_drawArea(drawArea), m_title(title),
m_category(category.trimmed()), m_arrow(arrow),
m_recType(recType), m_recStat(recStat)
{
this->m_drawArea = drawArea;
this->m_title = title;
this->m_category = category.trimmed();
this->m_arrow = arrow;
this->m_recType = recType;
this->m_recStat = recStat;
}
{}

UIGTCon(const UIGTCon &o)
{
Expand Down

0 comments on commit cb66cb3

Please sign in to comment.