This commit is contained in:
Eric House 2023-02-23 16:38:08 -08:00
parent 8ceaf39fe5
commit a6e912c6ae
3 changed files with 0 additions and 3 deletions

View file

@ -639,7 +639,6 @@ updateGameButtons( Globals* globals )
static bool
langNameFor( Globals* globals, const char* lc, char buf[], size_t buflen )
{
/* const char* lc = lcToLocale( code ); */
const XP_UCHAR* keys[] = { KEY_DICTS, lc, KEY_LANG_NAME, NULL };
XP_U32 len = buflen;
dutil_loadPtr( globals->dutil, NULL_XWE, keys, buf, &len );

View file

@ -34,7 +34,6 @@ typedef struct _TimerState {
} TimerState;
typedef XP_Bool (*IdleProc)(void* closure);
typedef void (*BinProc)(void* closure, const uint8_t* data, int len);
typedef void (*BoolProc)(void* closure, bool result);
typedef void (*StringProc)(void* closure, const char* str);
typedef void (*MsgProc)(void* closure, const char* topic,

View file

@ -425,7 +425,6 @@ wasm_util_remSelected( XW_UtilCtxt* uc, XWEnv xwe )
main_showRemaining( gs );
}
static void
wasm_util_getMQTTIDsFor( XW_UtilCtxt* uc, XWEnv xwe, XP_U16 nRelayIDs,
const XP_UCHAR* relayIDs[] )