diff --git a/os2/pdcscrn.c b/os2/pdcscrn.c index 6b5d5693..96895cb5 100644 --- a/os2/pdcscrn.c +++ b/os2/pdcscrn.c @@ -19,7 +19,7 @@ #include -RCSID("$Id: pdcscrn.c,v 1.52 2006/10/09 00:11:14 wmcbrine Exp $"); +RCSID("$Id: pdcscrn.c,v 1.53 2006/10/09 00:12:41 wmcbrine Exp $"); int pdc_font; /* default font size */ @@ -36,9 +36,6 @@ static VIOMODEINFO scrnmode; /* default screen mode */ static VIOMODEINFO saved_scrnmode[3]; static int saved_font[3]; -extern void PDC_get_keyboard_info(void); -extern void PDC_set_keyboard_default(void); - static int get_font(void) { VIOMODEINFO modeInfo = {0}; diff --git a/os2/pdcsetsc.c b/os2/pdcsetsc.c index 4f1f8b13..405a8a7c 100644 --- a/os2/pdcsetsc.c +++ b/os2/pdcsetsc.c @@ -19,9 +19,7 @@ #include -RCSID("$Id: pdcsetsc.c,v 1.33 2006/10/09 00:11:14 wmcbrine Exp $"); - -extern int pdc_font; +RCSID("$Id: pdcsetsc.c,v 1.34 2006/10/09 00:12:41 wmcbrine Exp $"); int PDC_curs_set(int visibility) {