diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-04-29 21:03:52 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-04-29 21:03:52 +0200 |
commit | d4a6dc8910014eb18eb72afa566c9839a9957b47 (patch) | |
tree | 4c8f76be79a355271724e9651310efa3957585d5 /sys/include/ape/draw.h | |
parent | ca2fa9596b5d0d893be28c6e8fd8a52a89a0c3c6 (diff) |
libdraw: get rid of _drawdebug variable
Diffstat (limited to 'sys/include/ape/draw.h')
-rw-r--r-- | sys/include/ape/draw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/include/ape/draw.h b/sys/include/ape/draw.h index 09e43ccc5..44183e431 100644 --- a/sys/include/ape/draw.h +++ b/sys/include/ape/draw.h @@ -509,7 +509,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)) |