libdraw: remove unused static log2[] array
This commit is contained in:
parent
e02b986a80
commit
75186be2c2
3 changed files with 1 additions and 14 deletions
|
@ -65,11 +65,6 @@ _memline(Memimage *dst, Point p0, Point p1, int end0, int end1, int radius, Memi
|
|||
goto Top;
|
||||
}
|
||||
|
||||
/* XXX */
|
||||
/* this is not the correct set of tests */
|
||||
// if(log2[dst->depth] != log2[src->depth] || log2[dst->depth]!=3)
|
||||
// return;
|
||||
|
||||
/* can't use sutherland-cohen clipping because lines are wide */
|
||||
r = memlinebbox(p0, p1, end0, end1, radius);
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue