From cdd39136476a9a09341caaa8cf987ee61ccdcb23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Mon, 5 Oct 2020 12:27:27 +0200 Subject: Merge identical declarations --- RichString.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'RichString.h') diff --git a/RichString.h b/RichString.h index 6b626d40..6b66ed87 100644 --- a/RichString.h +++ b/RichString.h @@ -57,20 +57,10 @@ typedef struct RichString_ { CharType chstr[RICHSTRING_MAXLEN+1]; } RichString; -#ifdef HAVE_LIBNCURSESW - -void RichString_setAttrn(RichString* this, int attrs, int start, int finish); - -int RichString_findChar(RichString* this, char c, int start); - -#else /* HAVE_LIBNCURSESW */ - void RichString_setAttrn(RichString* this, int attrs, int start, int finish); int RichString_findChar(RichString* this, char c, int start); -#endif /* HAVE_LIBNCURSESW */ - void RichString_prune(RichString* this); void RichString_setAttr(RichString* this, int attrs); -- cgit v1.2.3