npage: remove debug shortcut

This commit is contained in:
cinap_lenrek 2011-09-12 02:01:54 +02:00
parent 8243c0e80b
commit f97c0fc1c9

View file

@ -1134,13 +1134,6 @@ main(int argc, char *argv[])
case Kdel:
case Keof:
exits(0);
case 'd':
qlock(current);
lockdisplay(display);
translate(current, Pt(-1, -1));
unlockdisplay(display);
qunlock(current);
break;
case Kup:
if(current == nil || !canqlock(current))
break;