libdraw: get rid of _drawdebug variable

This commit is contained in:
cinap_lenrek 2017-04-29 21:03:52 +02:00
parent ca2fa9596b
commit d4a6dc8910
3 changed files with 2 additions and 7 deletions

View file

@ -502,7 +502,6 @@ extern Font *font;
extern Image *screen;
extern Screen *_screen;
extern int _cursorfd;
extern int _drawdebug; /* set to 1 to see errors from flushimage */
extern void _setdrawop(Display*, Drawop);
#define BGSHORT(p) ((p)[0]|((p)[1]<<8))