mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
kill comment obsoleted by a66c1e95f80d184b87d212c9939a787f88dd36e3
This commit is contained in:
parent
d3d7a90495
commit
a2674d98ee
@ -201,7 +201,6 @@ ncchannel_set_palindex(uint32_t* channel, unsigned idx){
|
||||
// Is this channel using RGB color?
|
||||
static inline bool
|
||||
ncchannel_rgb_p(uint32_t channel){
|
||||
// bitwise or is intentional (allows compiler more freedom)
|
||||
return !(ncchannel_default_p(channel) || ncchannel_palindex_p(channel));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user