mirror of
https://github.com/simh/simh.git
synced 2026-01-13 07:19:43 +00:00
IBM 1130: Remove undefined static functions.
This commit is contained in:
parent
8ae67882b4
commit
ec5b034f3d
@ -246,8 +246,6 @@ extern UNIT cr_unit, prt_unit[];
|
|||||||
# define ARFSET(v) /* without GUI, no need for setting ARF */
|
# define ARFSET(v) /* without GUI, no need for setting ARF */
|
||||||
#endif
|
#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 view_cmd (int32 flag, CONST char *cptr);
|
||||||
static t_stat cpu_attach (UNIT *uptr, CONST char *cptr);
|
static t_stat cpu_attach (UNIT *uptr, CONST char *cptr);
|
||||||
static t_bool bsctest (int32 DSPLC, t_bool reset_V);
|
static t_bool bsctest (int32 DSPLC, t_bool reset_V);
|
||||||
|
|||||||
@ -106,8 +106,6 @@ extern t_bool program_is_loaded;
|
|||||||
void disk_ready (int ready) {}
|
void disk_ready (int ready) {}
|
||||||
void disk_unlocked (int unlocked) {}
|
void disk_unlocked (int unlocked) {}
|
||||||
void gui_run (int running) {}
|
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;}
|
t_stat console_reset (DEVICE *dptr) {return SCPE_OK;}
|
||||||
long stuff_cmd (char *cmd) {return 0;}
|
long stuff_cmd (char *cmd) {return 0;}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user