From afd444cea317a6494052eaa1ae4b9bed1998fd88 Mon Sep 17 00:00:00 2001 From: nick black Date: Mon, 28 Sep 2020 01:28:46 -0400 Subject: [PATCH] kill stray decl ncdirect_getc_nonblocking() #1028 --- include/notcurses/direct.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/notcurses/direct.h b/include/notcurses/direct.h index 4e7e3e43a..bdaa52bc8 100644 --- a/include/notcurses/direct.h +++ b/include/notcurses/direct.h @@ -136,8 +136,6 @@ API int ncdirect_double_box(struct ncdirect* n, uint64_t ul, uint64_t ur, uint64_t ll, uint64_t lr, int ylen, int xlen, unsigned ctlword); -API int ncdirect_getc_nonblocking(struct ncdirect* n); - // See ppoll(2) for more detail. Provide a NULL 'ts' to block at length, a 'ts' // of 0 for non-blocking operation, and otherwise a timespec to bound blocking. // Signals in sigmask (less several we handle internally) will be atomically