driver/framebuffer.cpp: move fade sleep workaround to fade.cpp

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3f7ddf58a5
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-23 (Wed, 23 Jan 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-01-23 11:57:27 +04:00
parent b8f8b97318
commit 13bc0aee80
2 changed files with 4 additions and 3 deletions

View File

@@ -543,7 +543,7 @@ void CFrameBuffer::setBlendLevel(int level)
if (ioctl(fd, FBIO_SETOPACITY, value))
printf("FBIO_SETOPACITY failed.\n");
#ifndef ISAPOLLO
#if 0
if(level == 100) // TODO: sucks.
usleep(20000);
#endif