diff options
author | 2018-08-10 13:44:18 -0400 | |
---|---|---|
committer | 2018-08-10 13:44:24 -0400 | |
commit | f5321e1b237331cadd7a9768983095aefcc3fff3 (patch) | |
tree | 37f5339c06e56d25234a3d0154687a1d5c2eec31 /src/emu/natkeyboard.cpp | |
parent | 358ee652df3d7f2ff7e9f3e2b9e3bfc71832942b (diff) |
Misc. fixes for recent commits (nw)
Diffstat (limited to 'src/emu/natkeyboard.cpp')
-rw-r--r-- | src/emu/natkeyboard.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/natkeyboard.cpp b/src/emu/natkeyboard.cpp index 7ecb034a3f9..825ee70454c 100644 --- a/src/emu/natkeyboard.cpp +++ b/src/emu/natkeyboard.cpp @@ -648,7 +648,6 @@ void natural_keyboard::build_codes(ioport_manager &manager) code, unicode_to_string(code), (void *)&port, field.name()); } - // check for line feed key if (code == '\n' && curshift == 0) m_post_lf = true; |