remove obsolete comment

This commit is contained in:
nick black 2022-01-21 08:55:23 -05:00
parent acca18b1b5
commit 6ccd425f5d
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -1523,8 +1523,7 @@ typedef struct ncpalette {
} ncpalette;
// Create a new palette store. It will be initialized with notcurses' best
// knowledge of the currently configured palette. The palette upon startup
// cannot be reliably detected, sadly.
// knowledge of the currently configured palette.
API ALLOC ncpalette* ncpalette_new(struct notcurses* nc)
__attribute__ ((nonnull (1)));