aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaWidget.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-09-08 23:54:02 +0000
committernyamatongwe <devnull@localhost>2001-09-08 23:54:02 +0000
commit6684e251c4efa735e18f940051a6144c4c43a4e9 (patch)
treeb613d0244a9a4d5bc9374a159ff6e952fcab8ece /include/ScintillaWidget.h
parentaf3cfb99016015199448117de4c7f9e1a504c9e6 (diff)
downloadscintilla-mirror-6684e251c4efa735e18f940051a6144c4c43a4e9.tar.gz
Removed warnings about code that should have been upgraded long ago.
Diffstat (limited to 'include/ScintillaWidget.h')
-rw-r--r--include/ScintillaWidget.h11
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