Skip to content

Commit

Permalink
Fix uninitialised member pointer warning in MNV NetSearch. It was unu…
Browse files Browse the repository at this point in the history
…sed so I removed it. Coverity 1026733
  • Loading branch information
stuartm committed Jun 3, 2013
1 parent e2d1a6d commit 2746702
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions mythplugins/mythnetvision/mythnetvision/netsearch.cpp
Expand Up @@ -59,9 +59,6 @@ bool NetSearch::Create()
{
bool foundtheme = false;

m_type = static_cast<DialogType>(gCoreContext->GetNumSetting(
"mythnetvision.ViewMode", DLG_SEARCH));

// Load the theme for this screen
foundtheme = LoadWindowFromXML("netvision-ui.xml", "netsearch", this);

Expand Down
3 changes: 0 additions & 3 deletions mythplugins/mythnetvision/mythnetvision/netsearch.h
Expand Up @@ -82,9 +82,6 @@ class NetSearch : public MythScreenType
GrabberScript::scriptList m_grabberList;
RSSSite::rssList m_rssList;
QMap<MythUIButtonListItem*,ResultItem> m_rssitems;
DialogType m_dialogType;

NetSearch::DialogType m_type;

private slots:
void streamWebVideo(void);
Expand Down

0 comments on commit 2746702

Please sign in to comment.