python: kill duplicate ncplane_attr

This commit is contained in:
nick black 2020-08-16 00:16:48 -04:00 committed by Nick Black
parent 4fdb11089f
commit d982006bc7

View File

@ -151,7 +151,6 @@ int ncplane_set_bg_palindex(struct ncplane* n, int idx);
void ncplane_styles_set(struct ncplane* n, unsigned stylebits); void ncplane_styles_set(struct ncplane* n, unsigned stylebits);
void ncplane_styles_on(struct ncplane* n, unsigned stylebits); void ncplane_styles_on(struct ncplane* n, unsigned stylebits);
void ncplane_styles_off(struct ncplane* n, unsigned stylebits); void ncplane_styles_off(struct ncplane* n, unsigned stylebits);
unsigned ncplane_attr(const struct ncplane* n);
typedef struct ncstats { typedef struct ncstats {
uint64_t renders; // number of successful notcurses_render() runs uint64_t renders; // number of successful notcurses_render() runs
uint64_t failed_renders; // number of aborted renders, should be 0 uint64_t failed_renders; // number of aborted renders, should be 0