kill comment obsoleted by a66c1e95f8

pull/2747/head
nick black 4 months ago
parent d3d7a90495
commit a2674d98ee
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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…
Cancel
Save