mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-27 05:49:24 +00:00
Remove unnecessary assignment
This commit is contained in:
parent
0c1fc1e865
commit
0dce7dbc58
@ -30,8 +30,6 @@ vm_event_keyboard(vm_event *ev)
|
||||
{
|
||||
char ch;
|
||||
|
||||
ch = '\0';
|
||||
|
||||
// The sym field is of type SDL_Keycode; this type, however,
|
||||
// maps roughly to Unicode, which of course maps roughly to
|
||||
// ASCII in the low range.
|
||||
|
Loading…
Reference in New Issue
Block a user