libarmbox: fix resolution icon in infoviewer

This commit is contained in:
max_10
2017-10-14 11:18:21 +02:00
committed by Thilo Graf
parent 8f242002a9
commit f41378c492

View File

@@ -470,10 +470,6 @@ int cVideo::Stop(bool blank)
int cVideo::setBlank(int)
{
fop(ioctl, VIDEO_PLAY);
fop(ioctl, VIDEO_CONTINUE);
video_still_picture sp = { NULL, 0 };
fop(ioctl, VIDEO_STILLPICTURE, &sp);
return Stop(1);
}