lcdd: ignore Mode parameter in showPercentOver

Origin commit data
------------------
Branch: ni/coolstream
Commit: 88e52bc563
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-11-15 (Fri, 15 Nov 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-11-15 11:58:20 +01:00
parent 16d2e72369
commit 17ea0d10ab

View File

@@ -711,7 +711,8 @@ void CLCD::showVolume(const char vol, const bool perform_update)
void CLCD::showPercentOver(const unsigned char perc, const bool perform_update, const MODES m)
{
if (mode != m)
return;
printf("CLCD::showPercentOver: mode (%d) != m (%d), please report\n", (int)mode, (int)m);
// return;
int left, top, width, height = 5;
bool draw = true;