Skip to content

Commit

Permalink
Remove SetOption for 'dvb_on_demand', it isn't used by the recorder.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Jun 17, 2011
1 parent 957f2ef commit 6b30c8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythtv/recorderbase.cpp
Expand Up @@ -503,7 +503,6 @@ RecorderBase *RecorderBase::CreateRecorder(
recorder = new DVBRecorder(
tvrec, dynamic_cast<DVBChannel*>(channel));
recorder->SetOption("wait_for_seqstart", genOpt.wait_for_seqstart);
recorder->SetOption("dvb_on_demand", dvbOpt.dvb_on_demand);
#endif // USING_DVB
}
else if (genOpt.cardtype == "FREEBOX")
Expand Down

0 comments on commit 6b30c8a

Please sign in to comment.