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 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;
|
||||
|
|
Loading…
Reference in a new issue