Skip to content

Commit

Permalink
Remove unintentionally remaining commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McNamara committed Nov 11, 2011
1 parent af40167 commit 62240e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mythtv/programs/mythbackend/services/video.cpp
Expand Up @@ -136,12 +136,8 @@ DTC::VideoMetadataInfoList* Video::GetVideoList( bool bDescending,

DTC::VideoMetadataInfo* Video::GetVideo( int Id )
{
// VideoMetadataListManager::metadata_list videolist;
VideoMetadataListManager::VideoMetadataPtr metadata =
VideoMetadataListManager::loadOneFromDatabase(Id);
// VideoMetadataListManager *mlm = new VideoMetadataListManager();
// mlm->setList(videolist);
// VideoMetadataListManager::VideoMetadataPtr metadata = mlm->byID(Id);

if ( !metadata )
throw( QString( "No metadata found for selected ID!." ));
Expand Down

0 comments on commit 62240e3

Please sign in to comment.