remove references to obsolete init_*() functions

This commit is contained in:
marschap
2006-10-04 17:24:20 +00:00
parent 91efff4dff
commit e206b6a600
2 changed files with 0 additions and 20 deletions
-2
View File
@@ -122,8 +122,6 @@ MODULE_EXPORT char *symbol_prefix = "CFontz633_";
/* static void CFontz633_autoscroll (int on); */ /* static void CFontz633_autoscroll (int on); */
static void CFontz633_hidecursor (Driver *drvthis); static void CFontz633_hidecursor (Driver *drvthis);
static void CFontz633_reboot (Driver *drvthis); static void CFontz633_reboot (Driver *drvthis);
static void CFontz633_init_vbar (Driver *drvthis);
static void CFontz633_init_hbar (Driver *drvthis);
static void CFontz633_no_live_report (Driver *drvthis); static void CFontz633_no_live_report (Driver *drvthis);
static void CFontz633_hardware_clear (Driver *drvthis); static void CFontz633_hardware_clear (Driver *drvthis);
-18
View File
@@ -181,12 +181,6 @@ debug_backlight (Driver *drvthis, int on)
report(RPT_INFO, "%s(%i)", __FUNCTION__, on); report(RPT_INFO, "%s(%i)", __FUNCTION__, on);
} }
static void
debug_init_num (Driver *drvthis)
{
report(RPT_INFO, "%s()", __FUNCTION__);
}
MODULE_EXPORT void MODULE_EXPORT void
debug_num (Driver *drvthis, int x, int num) debug_num (Driver *drvthis, int x, int num)
{ {
@@ -199,12 +193,6 @@ debug_set_char (Driver *drvthis, int n, char *dat)
report(RPT_INFO, "%s(%i,data)", __FUNCTION__, n); report(RPT_INFO, "%s(%i,data)", __FUNCTION__, n);
} }
static void
debug_init_vbar (Driver *drvthis)
{
report(RPT_INFO, "%s()", __FUNCTION__);
}
///////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////
// Draws a vertical bar; erases entire column onscreen. // Draws a vertical bar; erases entire column onscreen.
// //
@@ -224,12 +212,6 @@ debug_vbar (Driver *drvthis, int x, int y, int len, int promille, int options)
} }
} }
static void
debug_init_hbar (Driver *drvthis)
{
report(RPT_INFO, "%s()", __FUNCTION__);
}
///////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////
// Draws a horizontal bar to the right. // Draws a horizontal bar to the right.
// //