mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
CShellWindow: remove useless framebuffer callings
Not to see here a reason for call of framebuffer methods. This is already done by textbox object.
This commit is contained in:
@@ -205,8 +205,6 @@ CShellWindow::~CShellWindow()
|
|||||||
exit = true;
|
exit = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
frameBuffer->blit();
|
|
||||||
|
|
||||||
neutrino_msg_t msg;
|
neutrino_msg_t msg;
|
||||||
neutrino_msg_data_t data;
|
neutrino_msg_data_t data;
|
||||||
uint64_t timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_MENU] == 0 ? 0xFFFF : g_settings.timing[SNeutrinoSettings::TIMING_MENU]);
|
uint64_t timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_MENU] == 0 ? 0xFFFF : g_settings.timing[SNeutrinoSettings::TIMING_MENU]);
|
||||||
@@ -217,9 +215,6 @@ CShellWindow::~CShellWindow()
|
|||||||
g_RCInput->getMsgAbsoluteTimeout(&msg, &data, &timeoutEnd);
|
g_RCInput->getMsgAbsoluteTimeout(&msg, &data, &timeoutEnd);
|
||||||
while (msg != CRCInput::RC_ok && msg != CRCInput::RC_home && msg != CRCInput::RC_timeout);
|
while (msg != CRCInput::RC_ok && msg != CRCInput::RC_home && msg != CRCInput::RC_timeout);
|
||||||
}
|
}
|
||||||
|
|
||||||
frameBuffer->Clear();
|
|
||||||
frameBuffer->blit();
|
|
||||||
}
|
}
|
||||||
if (textBox) {
|
if (textBox) {
|
||||||
textBox->hide();
|
textBox->hide();
|
||||||
|
Reference in New Issue
Block a user