sim: various cleanups (non existent funcs)

This commit is contained in:
Darryl L. Miles 2025-01-31 19:55:45 +00:00 committed by R. Timothy Edwards
parent 67f7db9540
commit cface55c5b
3 changed files with 3 additions and 10 deletions

View File

@ -46,13 +46,6 @@
#include "utils/styles.h"
#include "graphics/graphics.h"
/* Forward declarations */
extern char *DBPrintUseId();
extern int dbcUnconnectFunc();
extern void SimInitScxStk();
extern void SimPopScx();
extern void SimMakePathname();
static char bestName[256];

View File

@ -51,7 +51,7 @@
/* C99 compat */
#include "textio/textio.h"
static bool InitRsim();
static bool InitRsim(const char *hello_msg);
#define BUF_SIZE 1024
#define LINEBUF_SIZE 256
@ -382,7 +382,7 @@ SimConnectRsim(
*-----------------------------------------------------------------------
*/
bool
static bool
InitRsim(
const char *hello_msg)
{

View File

@ -447,7 +447,7 @@ SimSelection(
char *strPtr;
bool goodReply;
extern void RsimErrorMsg();
extern void RsimErrorMsg(void);
timeString[0] = 0;