Skip to content

Commit

Permalink
Remove an unnecessary marker/comment.
Browse files Browse the repository at this point in the history
Thanks to Robert Kulagowski for noticing I left this behind.
  • Loading branch information
sphery committed Jan 5, 2011
1 parent e137704 commit 79ecc71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/programs/mythtv-setup/backendsettings.cpp
Expand Up @@ -515,7 +515,6 @@ static GlobalLineEdit *startupCommand()
return gc;
};

//HERE
static HostSpinBox *JobQueueMaxSimultaneousJobs()
{
HostSpinBox *gc = new HostSpinBox("JobQueueMaxSimultaneousJobs", 1, 10, 1);
Expand Down

0 comments on commit 79ecc71

Please sign in to comment.