mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
reel: remove obsolete FIXMEs
This commit is contained in:
parent
3166d0f233
commit
87ec38fce8
@ -425,8 +425,7 @@ draw_following_tablets(const ncreel* nr, const nctablet* otherend){
|
||||
if(working == otherend){
|
||||
otherend = otherend->next;
|
||||
}
|
||||
}while(working->p); // FIXME might be more to hide
|
||||
// FIXME keep going forward, hiding those no longer visible
|
||||
}while(working->p);
|
||||
return working;
|
||||
}
|
||||
|
||||
@ -456,7 +455,6 @@ draw_previous_tablets(const ncreel* nr, const nctablet* otherend){
|
||||
otherend = otherend->prev;
|
||||
}
|
||||
}
|
||||
// FIXME keep going backwards, hiding those no longer visible
|
||||
return upworking;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user