Skip to content

Commit

Permalink
Remove some unused members and initialise others in ScreenWizard. Sil…
Browse files Browse the repository at this point in the history
…ences some cppcheck warnings.
  • Loading branch information
stuartm committed May 23, 2013
1 parent e0ff887 commit b9927eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion mythtv/programs/mythscreenwizard/screenwizard.cpp
Expand Up @@ -35,7 +35,9 @@ ScreenWizard::ScreenWizard(MythScreenStack *parent, const char *name) :
m_xsize(GetMythMainWindow()->GetUIScreenRect().width()),
m_ysize(GetMythMainWindow()->GetUIScreenRect().height()),
m_xoffset(0), m_yoffset(0),
m_menuPopup(NULL)
m_blackout(NULL), m_preview(NULL),
m_size(NULL), m_offsets(NULL),
m_changeamount(NULL), m_menuPopup(NULL)
{
}

Expand Down
2 changes: 0 additions & 2 deletions mythtv/programs/mythscreenwizard/screenwizard.h
Expand Up @@ -56,8 +56,6 @@ class ScreenWizard : public MythScreenType
MythUIText *m_size;
MythUIText *m_offsets;
MythUIText *m_changeamount;
MythUIButton *OKButton;
MythUIButton *updateButton;
MythDialogBox *m_menuPopup;

bool moveTLUp(void);
Expand Down

0 comments on commit b9927eb

Please sign in to comment.