mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
lcdd (tripledragon): remove bogus warning message
This commit is contained in:
@@ -714,12 +714,13 @@ void CLCD::showVolume(const char vol, const bool perform_update)
|
||||
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)
|
||||
printf("CLCD::showPercentOver: mode (%d) != m (%d), please report\n", (int)mode, (int)m);
|
||||
// return;
|
||||
|
||||
*/
|
||||
int left, top, width, height = 5;
|
||||
bool draw = true;
|
||||
percentOver = perc;
|
||||
|
Reference in New Issue
Block a user