Skip to content

Commit

Permalink
MythNetvision: Remove a now-unused function, suppress a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McNamara committed Dec 14, 2010
1 parent df80fc5 commit 9cae613
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions mythplugins/mythnetvision/mythnetvision/main.cpp
Expand Up @@ -62,24 +62,6 @@ static int RunNetTree(void)
}
}

static int RunTreeEditor(void)
{
MythScreenStack *mainStack = GetMythMainWindow()->GetMainStack();

TreeEditor *treeedit = new TreeEditor(mainStack, "mythnettreeeditor");

if (treeedit->Create())
{
mainStack->AddScreen(treeedit);
return 0;
}
else
{
delete treeedit;
return -1;
}
}

static void runNetVision(void)
{
RunNetVision();
Expand All @@ -90,11 +72,6 @@ static void runNetTree(void)
RunNetTree();
}

static void runTreeEditor(void)
{
RunTreeEditor();
}

static void setupKeys(void)
{
REG_JUMP("MythNetSearch", QT_TRANSLATE_NOOP("MythControls",
Expand Down

0 comments on commit 9cae613

Please sign in to comment.