mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
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:
@@ -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