mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
fix unused variables
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8b2b66592c
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-19 (Tue, 19 Oct 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -279,7 +279,7 @@ CQuadPiPSetupSelectChannelWidget::~CQuadPiPSetupSelectChannelWidget()
|
||||
{
|
||||
}
|
||||
|
||||
int CQuadPiPSetupSelectChannelWidget::InitZapitChannelHelper(CZapitClient::channelsMode /*mode*/)
|
||||
int CQuadPiPSetupSelectChannelWidget::InitZapitChannelHelper()
|
||||
{
|
||||
std::vector<CMenuWidget *> toDelete;
|
||||
CMenuWidget mctv(LOCALE_TIMERLIST_BOUQUETSELECT, NEUTRINO_ICON_SETTINGS);
|
||||
@@ -331,7 +331,7 @@ int CQuadPiPSetupSelectChannelWidget::exec(CMenuTarget *parent, const std::strin
|
||||
if (actionKey.find("window_") != std::string::npos)
|
||||
{
|
||||
wn = atoi(actionKey.substr(7, 1).c_str()) - 1;
|
||||
return InitZapitChannelHelper(CZapitClient::MODE_TV);
|
||||
return InitZapitChannelHelper();
|
||||
}
|
||||
else if (strncmp(actionKey.c_str(), "ZCT:", 4) == 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user