Skip to content

Commit

Permalink
MythMusic: Remove duplicate menu entry for the Fullscreen Visualiser
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Harrison committed Jul 7, 2012
1 parent d23d9f1 commit c58dce4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mythplugins/mythmusic/mythmusic/musiccommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2108,8 +2108,6 @@ MythMenu* MusicCommon::createViewMenu(void)
menu->AddItem(tr("Playlist Editor - Tree"), qVariantFromValue((int)MV_PLAYLISTEDITORTREE));
if (m_currentView != MV_PLAYLISTEDITORGALLERY)
menu->AddItem(tr("Playlist Editor - Gallery"), qVariantFromValue((int)MV_PLAYLISTEDITORGALLERY));
if (m_currentView != MV_VISUALIZER)
menu->AddItem(tr("Fullscreen Visualizer"), qVariantFromValue((int)MV_VISUALIZER));
if (m_currentView != MV_SEARCH)
menu->AddItem(tr("Search for Music"), qVariantFromValue((int)MV_SEARCH));
if (m_currentView != MV_RADIO)
Expand Down

0 comments on commit c58dce4

Please sign in to comment.