npage: remove debug shortcut
This commit is contained in:
parent
8243c0e80b
commit
f97c0fc1c9
1 changed files with 0 additions and 7 deletions
|
@ -1134,13 +1134,6 @@ main(int argc, char *argv[])
|
||||||
case Kdel:
|
case Kdel:
|
||||||
case Keof:
|
case Keof:
|
||||||
exits(0);
|
exits(0);
|
||||||
case 'd':
|
|
||||||
qlock(current);
|
|
||||||
lockdisplay(display);
|
|
||||||
translate(current, Pt(-1, -1));
|
|
||||||
unlockdisplay(display);
|
|
||||||
qunlock(current);
|
|
||||||
break;
|
|
||||||
case Kup:
|
case Kup:
|
||||||
if(current == nil || !canqlock(current))
|
if(current == nil || !canqlock(current))
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue