mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
cleanup
This commit is contained in:
parent
8ceaf39fe5
commit
a6e912c6ae
3 changed files with 0 additions and 3 deletions
|
@ -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 );
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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[] )
|
||||
|
|
Loading…
Add table
Reference in a new issue