Skip to content

Commit

Permalink
kill obsolete FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Dec 28, 2024
1 parent 7977e6c commit 765526c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/blit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,6 @@ sextant_blit(ncplane* nc, int linesize, const void* data, int leny, int lenx,
static inline int
octant_blit(ncplane* nc, int linesize, const void* data, int leny, int lenx,
const blitterargs* bargs){
// FIXME define octant sets
// each element within the set of 256 has an inverse element within the set,
// for which we would calculate the same total differences, so just handle
// the first 128. the octition[] bit masks represent combinations of
Expand Down

0 comments on commit 765526c

Please sign in to comment.