disabled testmode

This commit is contained in:
stefan schippers 2023-10-28 11:22:37 +02:00
parent a2ed8fefb6
commit 78981f2c2f
1 changed files with 1 additions and 1 deletions

View File

@ -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;