Mailing List Archive

[MythTV/mythtv] 9437fc: Remove non-const TV play lock functions
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 9437fcc1ad47cc512cf3f9f5f1c9211f7a338b14
https://github.com/MythTV/mythtv/commit/9437fcc1ad47cc512cf3f9f5f1c9211f7a338b14
Author: Klaas de Waal <klaas@kldo.nl>
Date: 2021-07-30 (Fri, 30 Jul 2021)

Changed paths:
M mythtv/libs/libmythtv/tv_play.cpp
M mythtv/libs/libmythtv/tv_play.h

Log Message:
-----------
Remove non-const TV play lock functions

The lock functions in tv_play.cpp are now all const.
For two lock functions there was both a const and a non-const variant
with identical function bodies.
It appears that there is no need for the non-const variants; all code
compiles without warnings against the const variants.
Therefore the non-const variants have been removed.


_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-commits