1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-02 06:41:21 +00:00

Fix some unused variable warnings. (#162)

This commit is contained in:
Bruce Mitchener
2021-01-04 01:30:04 +07:00
committed by GitHub
parent 4d00e0b2a1
commit 907e86c8d9
21 changed files with 30 additions and 48 deletions

View File

@@ -260,7 +260,9 @@ u_char DOSLispKeyMap_101[0x80] = {
void init_keyboard(int flg) /* if 0 init else re-init */
{
#ifdef SUNDISPLAY
int keytrans;
#endif
set_kbd_iopointers();
@@ -450,7 +452,6 @@ static u_char *make_X_keymap() {
int *key_sym_pairs = generic_X_keymap;
int i = 0;
KeySym *mapping;
KeyCode first;
int codecount, symspercode, minkey, maxkey;
for (; i < 256; i++) { /* clear the tables we just allocated */