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:
parent
62678623b8
commit
e3543cbbdd
1 changed files with 0 additions and 1 deletions
|
@ -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) \
|
||||||
|
|
Loading…
Add table
Reference in a new issue