libdraw: remove unused static log2[] array
This commit is contained in:
parent
e02b986a80
commit
75186be2c2
3 changed files with 1 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue