From: david Date: Sat, 6 Jul 2002 17:50:52 +0000 (+0000) Subject: Remove a kludge that was introduced to work around the #defined "NONE". X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b2d8574b75872c3cda77abe89e7804dd7f7476f1;p=flightgear.git Remove a kludge that was introduced to work around the #defined "NONE". --- diff --git a/src/Cockpit/panel.cxx b/src/Cockpit/panel.cxx index a7cbecb1a..a0d67c13d 100644 --- a/src/Cockpit/panel.cxx +++ b/src/Cockpit/panel.cxx @@ -54,14 +54,6 @@ // my hardware/driver requires many more. #define POFF_UNITS 40 -#if defined( NONE ) && defined( _MSC_VER ) -# pragma message( "A sloppy coder has defined NONE as a macro!!!" ) -# undef NONE -#elif defined( NONE ) -# pragma warn A sloppy coder has defined NONE as a macro!!! -# undef NONE -#endif - //////////////////////////////////////////////////////////////////////// // Local functions.