Skip to content

Commit

Permalink
Remove a stray QMutex::unlock in the TV class.
Browse files Browse the repository at this point in the history
With thanks to Lawrence Rust for the patch.
  • Loading branch information
Mark Kendall committed Feb 18, 2011
1 parent e2067d5 commit 2d0cac0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythtv/tv_play.cpp
Expand Up @@ -9854,7 +9854,6 @@ void TV::FillOSDMenuVideo(const PlayerContext *ctx, OSD *osd,
cur_mode = " " + cur_mode;
scan_type = kScan_Detect;
}
ctx->UnlockDeletePlayer(__FILE__, __LINE__);

osd->DialogAddButton(tr("Detect") + cur_mode, "SELECTSCAN_0", false,
scan_type == kScan_Detect);
Expand Down

0 comments on commit 2d0cac0

Please sign in to comment.