From 7e04657ce74bcd643ad8a4e697ab23e1fbc585c2 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 12 Apr 2016 17:53:18 +0000 Subject: Remove obsolete EMX (DOS, OS/2 extender) support. This commit changes all files except src/Fl_File_Chooser2.cxx. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11590 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/math.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'FL/math.h') diff --git a/FL/math.h b/FL/math.h index b574000cb..a167639da 100644 --- a/FL/math.h +++ b/FL/math.h @@ -3,7 +3,7 @@ // // Math header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2016 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 @@ -29,11 +29,6 @@ # include # undef fl_math_h_cyclic_include -# ifdef __EMX__ -# include -# endif - - # ifndef M_PI # define M_PI 3.14159265358979323846 # define M_PI_2 1.57079632679489661923 -- cgit v1.2.3