Don't need these externs anymore.

This commit is contained in:
William McBrine
2006-10-09 00:12:41 +00:00
parent c0a01636cb
commit d50fb84bdf
2 changed files with 2 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
#include <stdlib.h>
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};

View File

@@ -19,9 +19,7 @@
#include <string.h>
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)
{