diff options
author | nyamatongwe <unknown> | 2001-09-08 23:54:02 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-09-08 23:54:02 +0000 |
commit | d7f1d265f5d77788476270121761aa16b4ce7d78 (patch) | |
tree | b613d0244a9a4d5bc9374a159ff6e952fcab8ece /include/ScintillaWidget.h | |
parent | 562defb654287d14d8f5cad5645b186ff7e1190b (diff) | |
download | scintilla-mirror-d7f1d265f5d77788476270121761aa16b4ce7d78.tar.gz |
Removed warnings about code that should have been upgraded long ago.
Diffstat (limited to 'include/ScintillaWidget.h')
-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 |