devdraw: ignore drawdebug command
This commit is contained in:
parent
d4a6dc8910
commit
3c894ece0c
2 changed files with 0 additions and 2 deletions
|
@ -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]*/
|
||||
|
|
|
@ -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]*/
|
||||
|
|
Loading…
Reference in a new issue