mirror of
https://github.com/pevans/erc-c.git
synced 2024-12-21 23:29:16 +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;
|
char ch;
|
||||||
|
|
||||||
ch = '\0';
|
|
||||||
|
|
||||||
// The sym field is of type SDL_Keycode; this type, however,
|
// The sym field is of type SDL_Keycode; this type, however,
|
||||||
// maps roughly to Unicode, which of course maps roughly to
|
// maps roughly to Unicode, which of course maps roughly to
|
||||||
// ASCII in the low range.
|
// ASCII in the low range.
|
||||||
|
Loading…
Reference in New Issue
Block a user