summaryrefslogtreecommitdiff
path: root/src/flstring.h
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-03-29 10:47:11 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-03-29 10:47:11 +0000
commit699bf33e69074c1e11ba31ba3181eb886d98a550 (patch)
treefb08225af71f9dff4d3a10309473949dc6e4535e /src/flstring.h
parent941901e273319ce152523af7fa079a6f5cf89d68 (diff)
Removed Metrowerks support for Apple builds.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7352 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/flstring.h')
-rw-r--r--src/flstring.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/flstring.h b/src/flstring.h
index 59b43b8ae..78cc5e559 100644
--- a/src/flstring.h
+++ b/src/flstring.h
@@ -68,18 +68,6 @@
extern "C" {
# endif /* __cplusplus */
-/*
- * MetroWerks' CodeWarrior put thes "non-standard" functions in
- * <extras.h> which unfortunatly does not play well otherwise
- * when included - to be resolved...
- */
-
-# if defined(__APPLE__) && defined(__MWERKS__) && defined(_MSL_USING_MW_C_HEADERS)
-int strcasecmp(const char*,const char*);
-int strncasecmp(const char*,const char*,int);
-char *strdup(const char*);
-# endif
-
FL_EXPORT extern int fl_snprintf(char *, size_t, const char *, ...);
# if !HAVE_SNPRINTF
# define snprintf fl_snprintf