diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-03-11 14:38:02 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-03-11 14:38:02 +0100 |
| commit | 8a7d4c9f610824fb203ef63730525dd474f03c34 (patch) | |
| tree | b6460ec759e6250c7ce81e32c5a3c6c188facb89 /test/editor.cxx | |
| parent | 55132049c78694cae34d1d17ed20941be86cc965 (diff) | |
Remove CodeWarrior "support"
Metrowerks CodeWarrior was an ancient macOS compiler (discontinued
since 2005) that defined the macro __MWERKS__. Code using this macro
and several comments have been removed.
Diffstat (limited to 'test/editor.cxx')
| -rw-r--r-- | test/editor.cxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/test/editor.cxx b/test/editor.cxx index 1a67fc7d6..176a8d79b 100644 --- a/test/editor.cxx +++ b/test/editor.cxx @@ -5,17 +5,17 @@ // // This program is described in Chapter 4 of the FLTK Programmer's Guide. // -// Copyright 1998-2018 by Bill Spitzak and others. +// Copyright 1998-2020 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this // file is missing or damaged, see the license at: // -// http://www.fltk.org/COPYING.php +// https://www.fltk.org/COPYING.php // // Please report all bugs and problems on the following page: // -// http://www.fltk.org/str.php +// https://www.fltk.org/str.php // // @@ -28,10 +28,6 @@ #include <ctype.h> #include <errno.h> -#ifdef __MWERKS__ -# define FL_DLL -#endif - #include <FL/Fl.H> #include <FL/platform.H> // for fl_open_callback #include <FL/Fl_Group.H> |
