mirror of
https://github.com/open-simh/simh.git
synced 2026-04-26 20:26:59 +00:00
DISPLAY: remove deeply offensive and hastily commented out printf
(probably added while trying to figure out why display code is broken on Linux)
This commit is contained in:
@@ -1007,7 +1007,6 @@ unsigned long spacewar_switches = 0;
|
|||||||
void
|
void
|
||||||
display_keydown(int k)
|
display_keydown(int k)
|
||||||
{
|
{
|
||||||
/*printf("down '%c'\r\n", k); /**/
|
|
||||||
switch (k) {
|
switch (k) {
|
||||||
/* handle spacewar switches: see display.h for copious commentary */
|
/* handle spacewar switches: see display.h for copious commentary */
|
||||||
#define SWSW(LC,UC,BIT,POS36,FUNC36) \
|
#define SWSW(LC,UC,BIT,POS36,FUNC36) \
|
||||||
|
|||||||
Reference in New Issue
Block a user