Skip to content

Commit

Permalink
MythVideo: Remove the code to toggle an item's browseability from the…
Browse files Browse the repository at this point in the history
… menu.
  • Loading branch information
Robert McNamara committed Dec 9, 2010
1 parent be8deb0 commit 9860f1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
12 changes: 0 additions & 12 deletions mythplugins/mythvideo/mythvideo/videodlg.cpp
Expand Up @@ -3559,18 +3559,6 @@ void VideoDialog::VideoAutoSearch(MythGenericTree *node)
}
}

void VideoDialog::ToggleBrowseable()
{
VideoMetadata *metadata = GetMetadata(GetItemCurrent());
if (metadata)
{
metadata->SetBrowse(!metadata->GetBrowse());
metadata->UpdateDatabase();

refreshData();
}
}

void VideoDialog::ToggleWatched()
{
VideoMetadata *metadata = GetMetadata(GetItemCurrent());
Expand Down
1 change: 0 additions & 1 deletion mythplugins/mythvideo/mythvideo/videodlg.h
Expand Up @@ -97,7 +97,6 @@ class VideoDialog : public MythScreenType
bool automode = false);
void VideoAutoSearch(MythGenericTree *node = NULL);
void ResetMetadata();
void ToggleBrowseable();
void ToggleWatched();
void ToggleProcess();
void RemoveVideo();
Expand Down

0 comments on commit 9860f1d

Please sign in to comment.