kill comment obsoleted by a66c1e95f80d184b87d212c9939a787f88dd36e3

This commit is contained in:
nick black 2024-01-09 22:14:14 -05:00
parent d3d7a90495
commit a2674d98ee
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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));
}