1
0
mirror of https://github.com/simh/simh.git synced 2026-01-11 23:52:58 +00:00

IBM 1130: Remove undefined static functions.

This commit is contained in:
B. Scott Michel 2024-07-08 09:42:21 -10:00 committed by Mark Pizzolato
parent 8ae67882b4
commit ec5b034f3d
2 changed files with 0 additions and 4 deletions

View File

@ -246,8 +246,6 @@ extern UNIT cr_unit, prt_unit[];
# define ARFSET(v) /* without GUI, no need for setting ARF */
#endif
static void init_console_window (void);
static void destroy_console_window (void);
static t_stat view_cmd (int32 flag, CONST char *cptr);
static t_stat cpu_attach (UNIT *uptr, CONST char *cptr);
static t_bool bsctest (int32 DSPLC, t_bool reset_V);

View File

@ -106,8 +106,6 @@ extern t_bool program_is_loaded;
void disk_ready (int ready) {}
void disk_unlocked (int unlocked) {}
void gui_run (int running) {}
static void init_console_window (void) {}
static void destroy_console_window (void) {}
t_stat console_reset (DEVICE *dptr) {return SCPE_OK;}
long stuff_cmd (char *cmd) {return 0;}