remove references to obsolete init_*() functions

This commit is contained in:
marschap
2006-10-04 17:17:15 +00:00
parent 56b0928ea2
commit 91efff4dff
2 changed files with 0 additions and 12 deletions
-3
View File
@@ -227,7 +227,6 @@ render_frame (LinkedList * list,
break;
case WID_HBAR:
if (reset) {
//drivers_init_hbar ();
reset = 0;
}
if ((w->x > 0) && (w->y > 0) &&
@@ -257,7 +256,6 @@ render_frame (LinkedList * list,
break;
case WID_VBAR: /* FIXME: Vbars don't work in frames!*/
if (reset) {
//drivers_init_vbar ();
reset = 0;
}
if ((w->x > 0) && (w->y > 0)) {
@@ -503,7 +501,6 @@ render_frame (LinkedList * list,
/* NOTE: y=10 means COLON (:)*/
if ((w->x > 0) && (w->y >= 0) && (w->y <= 10)) {
if (reset) {
//drivers_init_num ();
reset = 0;
}
drivers_num (w->x + left, w->y);