From b2d8574b75872c3cda77abe89e7804dd7f7476f1 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 6 Jul 2002 17:50:52 +0000 Subject: [PATCH] Remove a kludge that was introduced to work around the #defined "NONE". --- src/Cockpit/panel.cxx | 8 -------- 1 file changed, 8 deletions(-) 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. -- 2.39.5