1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-24 15:29:32 +00:00

Remove unnecessary assignment

This commit is contained in:
Peter Evans 2018-02-06 14:37:04 -06:00
parent 0c1fc1e865
commit 0dce7dbc58

View File

@ -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.