disabled testmode
This commit is contained in:
parent
a2ed8fefb6
commit
78981f2c2f
|
|
@ -2142,7 +2142,7 @@ int rstate; /* (reduced state, without ShiftMask) */
|
|||
draw();
|
||||
break;
|
||||
}
|
||||
if( (key=='u') && rstate==ControlMask) /* testmode */
|
||||
if( 0 && (key=='u') && rstate==ControlMask) /* testmode */
|
||||
{
|
||||
static int x = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue