From 6684e251c4efa735e18f940051a6144c4c43a4e9 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 8 Sep 2001 23:54:02 +0000 Subject: Removed warnings about code that should have been upgraded long ago. --- include/ScintillaWidget.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'include') diff --git a/include/ScintillaWidget.h b/include/ScintillaWidget.h index f6c2fc354..6e22f58f8 100644 --- a/include/ScintillaWidget.h +++ b/include/ScintillaWidget.h @@ -11,17 +11,6 @@ #if PLAT_GTK -#ifndef SCINTILLA_H -#ifdef _MSC_VER -#pragma message(__FILE__ "(1) : warning : Scintilla.h should be included before ScintillaWidget.h") -#pragma message("This will be required in the next version of Scintilla") -#else -#warning Scintilla.h should be included before ScintillaWidget.h -#warning This will be required in the next version of Scintilla -#endif -#include "Scintilla.h" -#endif - #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3