mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 15:32:43 +02:00
cleanup
Origin commit data
------------------
Branch: master
Commit: c3278d9c3e
Author: martii <m4rtii@gmx.de>
Date: 2014-03-21 (Fri, 21 Mar 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -864,16 +864,6 @@ static int Command(void *_context, PlaybackCmd_t command, void *argument)
|
||||
ret = PlaybackSwitchTeletext(context, (int *) argument);
|
||||
break;
|
||||
}
|
||||
case PLAYBACK_FRAMEBUFFER_LOCK:{
|
||||
context->playback->mayWriteToFramebuffer = 0;
|
||||
ret = cERR_PLAYBACK_NO_ERROR;
|
||||
break;
|
||||
}
|
||||
case PLAYBACK_FRAMEBUFFER_UNLOCK:{
|
||||
context->playback->mayWriteToFramebuffer = 1;
|
||||
ret = cERR_PLAYBACK_NO_ERROR;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
playback_err("PlaybackCmd %d not supported!\n", command);
|
||||
ret = cERR_PLAYBACK_ERROR;
|
||||
@@ -905,7 +895,6 @@ PlaybackHandler_t PlaybackHandler = {
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
&Command,
|
||||
|
Reference in New Issue
Block a user