Skip to content

Commit

Permalink
IdleScreen: fix coverity ID 746880 Uninitialized pointer field
Browse files Browse the repository at this point in the history
Remove m_upcomingList that Coverity is saying is uninitialised it's currently
unused.
  • Loading branch information
Paul Harrison committed Jun 12, 2013
1 parent 574973e commit 7b9cde6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/programs/mythfrontend/idlescreen.h
Expand Up @@ -33,7 +33,6 @@ class IdleScreen : public MythScreenType

QTimer *m_updateStatusTimer;

MythUIButtonList *m_upcomingList;
MythUIStateType *m_statusState;

int m_secondsToShutdown;
Expand Down

0 comments on commit 7b9cde6

Please sign in to comment.