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);