summaryrefslogtreecommitdiff
path: root/src/Fl_get_system_colors.cxx
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/Fl_get_system_colors.cxx
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/Fl_get_system_colors.cxx')
-rw-r--r--src/Fl_get_system_colors.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Fl_get_system_colors.cxx b/src/Fl_get_system_colors.cxx
index 832541ece..c986c60da 100644
--- a/src/Fl_get_system_colors.cxx
+++ b/src/Fl_get_system_colors.cxx
@@ -37,10 +37,6 @@
#include <FL/Fl_Tiled_Image.H>
#include "tile.xpm"
-#if defined(__APPLE__) && defined(__MWERKS__)
-extern "C" int putenv(const char*);
-#endif // __APPLE__ && __MWERKS__
-
#if defined(WIN32) && !defined(__CYGWIN__) && !defined(__WATCOMC__)
// Visual C++ 2005 incorrectly displays a warning about the use of POSIX APIs
// on Windows, which is supposed to be POSIX compliant...