aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-05-15 10:14:35 +0000
committernyamatongwe <devnull@localhost>2009-05-15 10:14:35 +0000
commita2b53e524c8ebde6d35565b0e6770a8b7e9d85ef (patch)
tree0c502eb34cedd77b60d6932d4d06c9d631017025 /include/Scintilla.h
parenta9c0c67f9b63ef2070ba3fd4d85e3e61e0185d11 (diff)
downloadscintilla-mirror-a2b53e524c8ebde6d35565b0e6770a8b7e9d85ef.tar.gz
Removed deprecated symbols
SCI_SETCARETPOLICY CARET_CENTER CARET_XEVEN CARET_XJUMPS SC_FOLDFLAG_BOX SC_FOLDLEVELBOXHEADERFLAG SC_FOLDLEVELBOXFOOTERFLAG SC_FOLDLEVELCONTRACTED SC_FOLDLEVELUNINDENT SCN_POSCHANGED SCN_CHECKBRACE SCLEX_ASP SCLEX_PHP
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 666dcdbfa..d3dd18b87 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -871,26 +871,4 @@ struct SCNotification {
}
#endif
-/* Deprecation section listing all API features that are deprecated and
- * will be removed completely in a future version.
- * To enable these features define INCLUDE_DEPRECATED_FEATURES */
-
-#ifdef INCLUDE_DEPRECATED_FEATURES
-
-#define SCI_SETCARETPOLICY 2369
-#define CARET_CENTER 0x02
-#define CARET_XEVEN 0x08
-#define CARET_XJUMPS 0x10
-
-#define SC_FOLDFLAG_BOX 0x0001
-#define SC_FOLDLEVELBOXHEADERFLAG 0x4000
-#define SC_FOLDLEVELBOXFOOTERFLAG 0x8000
-#define SC_FOLDLEVELCONTRACTED 0x10000
-#define SC_FOLDLEVELUNINDENT 0x20000
-
-#define SCN_POSCHANGED 2012
-#define SCN_CHECKBRACE 2007
-
-#endif
-
#endif