mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
lcdd: ignore Mode parameter in showPercentOver
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user