cleanup: 'static'ize function which are not in the API anymore
This commit is contained in:
@@ -775,7 +775,7 @@ HD44780_hbar (Driver *drvthis, int x, int y, int len, int promille, int options)
|
||||
/////////////////////////////////////////////////////////////////
|
||||
// Sets up for big numbers.
|
||||
//
|
||||
MODULE_EXPORT void
|
||||
static void
|
||||
HD44780_init_num (Driver *drvthis)
|
||||
{
|
||||
PrivateData *p = (PrivateData *) drvthis->private_data;
|
||||
|
||||
Reference in New Issue
Block a user