From d982006bc7cda0f12997dd9a488522eeb4daa787 Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 16 Aug 2020 00:16:48 -0400 Subject: [PATCH] python: kill duplicate ncplane_attr --- python/src/notcurses/build_notcurses.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/src/notcurses/build_notcurses.py b/python/src/notcurses/build_notcurses.py index e1c08ec55..86d4f06cf 100644 --- a/python/src/notcurses/build_notcurses.py +++ b/python/src/notcurses/build_notcurses.py @@ -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_on(struct ncplane* n, unsigned stylebits); void ncplane_styles_off(struct ncplane* n, unsigned stylebits); -unsigned ncplane_attr(const struct ncplane* n); typedef struct ncstats { uint64_t renders; // number of successful notcurses_render() runs uint64_t failed_renders; // number of aborted renders, should be 0