diff options
author | nyamatongwe <devnull@localhost> | 2001-09-08 23:54:02 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-09-08 23:54:02 +0000 |
commit | 6684e251c4efa735e18f940051a6144c4c43a4e9 (patch) | |
tree | b613d0244a9a4d5bc9374a159ff6e952fcab8ece | |
parent | af3cfb99016015199448117de4c7f9e1a504c9e6 (diff) | |
download | scintilla-mirror-6684e251c4efa735e18f940051a6144c4c43a4e9.tar.gz |
Removed warnings about code that should have been upgraded long ago.
-rw-r--r-- | include/ScintillaWidget.h | 11 |
1 files changed, 0 insertions, 11 deletions
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 |