mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
cleanup
This commit is contained in:
@@ -688,16 +688,6 @@ cPlayback::~cPlayback()
|
||||
printf("%s:%s\n", FILENAME, __FUNCTION__);
|
||||
}
|
||||
|
||||
void cPlayback::SuspendSubtitle(bool b)
|
||||
{
|
||||
if (player && player->playback) {
|
||||
if (b)
|
||||
player->playback->Command(player, PLAYBACK_FRAMEBUFFER_LOCK, 0);
|
||||
else
|
||||
player->playback->Command(player, PLAYBACK_FRAMEBUFFER_UNLOCK, 0);
|
||||
}
|
||||
}
|
||||
|
||||
void cPlayback::RequestAbort() {
|
||||
if (player && player->playback) {
|
||||
player->playback->abortRequested = 1;
|
||||
|
Reference in New Issue
Block a user