home · contact · privacy
Removed redundant calls for zeroing of memory, especially where replaceable with...
[plomrogue] / src / client / keybindings.c
index fd62dda809b9e4ac40fe55474f5ddd5687554867..299041903ef251bcd179ca848489c5d5e8146bdb 100644 (file)
@@ -208,8 +208,6 @@ extern void read_keybindings_from_file(char * line, uint32_t linemax,
         kb_p->command = get_command(cmdptr);
         loc_last_ptr = & kb_p->next;
     }
-    kbd->edit = 0;
-    kbd->select = 0;
 }