devdraw: ignore drawdebug command

This commit is contained in:
cinap_lenrek 2017-04-29 21:09:11 +02:00
parent d4a6dc8910
commit 3c894ece0c
2 changed files with 0 additions and 2 deletions

View file

@ -1585,7 +1585,6 @@ drawmesg(Client *client, void *av, int n)
m = 1+1;
if(n < m)
error(Eshortdraw);
drawdebug = a[1];
continue;
/* ellipse: 'e' dstid[4] srcid[4] center[2*4] a[4] b[4] thick[4] sp[2*4] alpha[4] phi[4]*/

View file

@ -1477,7 +1477,6 @@ drawmesg(Client *client, void *av, int n)
m = 1+1;
if(n < m)
error(Eshortdraw);
drawdebug = a[1];
continue;
/* ellipse: 'e' dstid[4] srcid[4] center[2*4] a[4] b[4] thick[4] sp[2*4] alpha[4] phi[4]*/