Skip to content

Commit

Permalink
[sixel] kill obsolete FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jan 21, 2022
1 parent a6fc8f0 commit bc4bee8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/sixel.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ find_color(const qstate* qs, uint32_t pixel){
if(qs->onodes[q->qlink - 1].q[skey]){
q = qs->onodes[q->qlink - 1].q[skey];
}else{
fprintf(stderr, "OH NOOOOOOOOOO %u:%u QLINK: %u\n", key, skey, q->qlink); // FIXME find one
//fprintf(stderr, "OH NOOOOOOOOOO %u:%u QLINK: %u\n", key, skey, q->qlink); // FIXME find one
return -1;
}
}
Expand Down Expand Up @@ -698,7 +698,6 @@ build_data_table(qstate* qs, uint32_t colors, sixeltable* stab, const uint32_t*
load_color_table(qs, colors, stab->map->table);
memset(stab->map->data, 0, dsize);
stab->map->colors = colors;
// FIXME fill in color table from q
int pos = 0;
//fprintf(stderr, "BUILDING DATA TABLE\n");
for(int visy = begy ; visy < (begy + leny) ; visy += 6){ // pixel row
Expand Down

0 comments on commit bc4bee8

Please sign in to comment.