summaryrefslogtreecommitdiff
path: root/xedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'xedit.h')
-rw-r--r--xedit.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/xedit.h b/xedit.h
index b8d3a84..50351f1 100644
--- a/xedit.h
+++ b/xedit.h
@@ -182,10 +182,6 @@ void TagsAction(Widget, XEvent*, String*, Cardinal*);
void SearchTagsFile(xedit_flist_item *item);
/* externs for system replacement functions */
-#ifdef NEED_STRCASECMP
-int strcasecmp(const char *s1, const char *s2);
-int strncasecmp(const char *s1, const char *s2, size_t n);
-#endif
#ifdef NEED_REALPATH
#include <sys/param.h>
char *realpath(const char *pathname, char resolvedname[MAXPATHLEN]);