From d221049017b8788ab3002486275fa384dcc281b7 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 15 May 2009 10:44:59 +0000 Subject: Removal of all code for the FOX platform. --- include/Platform.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'include') diff --git a/include/Platform.h b/include/Platform.h index 3d8ee63af..874921bf1 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -3,7 +3,7 @@ ** Interface to platform facilities. Also includes some basic utilities. ** Implemented in PlatGTK.cxx for GTK+/Linux, PlatWin.cxx for Windows, and PlatWX.cxx for wxWindows. **/ -// Copyright 1998-2003 by Neil Hodgson +// Copyright 1998-2009 by Neil Hodgson // The License.txt file describes the conditions under which this software may be distributed. #ifndef PLATFORM_H @@ -19,13 +19,8 @@ #define PLAT_MACOSX 0 #define PLAT_WIN 0 #define PLAT_WX 0 -#define PLAT_FOX 0 -#if defined(FOX) -#undef PLAT_FOX -#define PLAT_FOX 1 - -#elif defined(__WX__) +#if defined(__WX__) #undef PLAT_WX #define PLAT_WX 1 -- cgit v1.2.3