mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
imageinfo: remove reference to removed frameBuffer pointer
This commit is contained in:
@@ -112,7 +112,6 @@ int CImageInfo::exec(CMenuTarget* parent, const std::string &)
|
|||||||
if ( msg > CRCInput::RC_MaxRC && msg != CRCInput::RC_timeout){
|
if ( msg > CRCInput::RC_MaxRC && msg != CRCInput::RC_timeout){
|
||||||
CNeutrinoApp::getInstance()->handleMsg( msg, data );
|
CNeutrinoApp::getInstance()->handleMsg( msg, data );
|
||||||
}
|
}
|
||||||
frameBuffer->blit();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//hide window
|
//hide window
|
||||||
@@ -152,7 +151,6 @@ void CImageInfo::ShowWindow()
|
|||||||
|
|
||||||
//paint window
|
//paint window
|
||||||
cc_win->paint();
|
cc_win->paint();
|
||||||
frameBuffer->blit();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//prepare minitv
|
//prepare minitv
|
||||||
|
Reference in New Issue
Block a user