mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
lcdd (tripledragon): remove bogus warning message
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9ed6cfe859
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-14 (Tue, 14 Feb 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -714,12 +714,13 @@ void CLCD::showVolume(const char vol, const bool perform_update)
|
|||||||
wake_up();
|
wake_up();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CLCD::showPercentOver(const unsigned char perc, const bool perform_update, const MODES m)
|
void CLCD::showPercentOver(const unsigned char perc, const bool perform_update, const MODES /*m*/)
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
if (mode != m)
|
if (mode != m)
|
||||||
printf("CLCD::showPercentOver: mode (%d) != m (%d), please report\n", (int)mode, (int)m);
|
printf("CLCD::showPercentOver: mode (%d) != m (%d), please report\n", (int)mode, (int)m);
|
||||||
// return;
|
// return;
|
||||||
|
*/
|
||||||
int left, top, width, height = 5;
|
int left, top, width, height = 5;
|
||||||
bool draw = true;
|
bool draw = true;
|
||||||
percentOver = perc;
|
percentOver = perc;
|
||||||
|
Reference in New Issue
Block a user