diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-02-28 01:38:29 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-02-28 01:38:29 +0100 |
commit | 75186be2c2aa5566f3c490e087c24e12c872216e (patch) | |
tree | 2e5513c8b2ff27855353095fd11c5c788b56441f /sys/include/draw.h | |
parent | e02b986a801307d05e238c2af42b8a56f213f6ff (diff) |
libdraw: remove unused static log2[] array
Diffstat (limited to 'sys/include/draw.h')
-rw-r--r-- | sys/include/draw.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/include/draw.h b/sys/include/draw.h index e83ba72f4..5c4f9608a 100644 --- a/sys/include/draw.h +++ b/sys/include/draw.h @@ -521,7 +521,5 @@ extern void _setdrawop(Display*, Drawop); extern void _twiddlecompressed(uchar*, int); extern int _compblocksize(Rectangle, int); -/* XXX backwards helps; should go */ -// extern int log2[]; /* was used by libmemlayer/line.c */ extern ulong drawld2chan[]; -extern void drawsetdebug(int); +extern void drawsetdebug(int); |