summaryrefslogtreecommitdiffstats
path: root/RichString.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-05 12:27:27 +0200
committercgzones <cgzones@googlemail.com>2020-10-05 12:47:56 +0200
commitcdd39136476a9a09341caaa8cf987ee61ccdcb23 (patch)
tree0b2ab12b2bec84b097ea2df4214bda49d9623ef0 /RichString.h
parent49bb1b57f82a7ef2de5ed9a7d39caafb6c8328c9 (diff)
Merge identical declarations
Diffstat (limited to 'RichString.h')
-rw-r--r--RichString.h10
1 files changed, 0 insertions, 10 deletions
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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy