aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-11-16 09:41:55 +1100
committerNeil <nyamatongwe@gmail.com>2016-11-16 09:41:55 +1100
commit89ad0b00f23ea3bfa5da86fbab994dab075370da (patch)
treeb795fc44a69bcfacc659ade2b49bcabaa2e1f16b /include
parente603bf45ce1d29f17a0d4233484b4ce1806f235a (diff)
downloadscintilla-mirror-89ad0b00f23ea3bfa5da86fbab994dab075370da.tar.gz
Removed elements that have been deprecated for more than 5 years.
Diffstat (limited to 'include')
-rw-r--r--include/Scintilla.h3
-rw-r--r--include/Scintilla.iface13
2 files changed, 0 insertions, 16 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 8c8e592f1..c0f810cc1 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -1193,9 +1193,6 @@ struct SCNotification {
#ifdef INCLUDE_DEPRECATED_FEATURES
-#define SC_CP_DBCS 1
-#define SCI_SETUSEPALETTE 2039
-#define SCI_GETUSEPALETTE 2139
#define SCI_SETKEYSUNICODE 2521
#define SCI_GETKEYSUNICODE 2522
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 9f8a7db1c..bc7cb01ff 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -4803,19 +4803,6 @@ cat Provisional
cat Deprecated
-# Deprecated in 2.21
-# The SC_CP_DBCS value can be used to indicate a DBCS mode for GTK+.
-val SC_CP_DBCS=1
-
-# Deprecated in 2.30
-
-# In palette mode?
-get bool GetUsePalette=2139(,)
-
-# In palette mode, Scintilla uses the environment's palette calls to display
-# more colours. This may lead to ugly displays.
-set void SetUsePalette=2039(bool usePalette,)
-
# Deprecated in 3.5.5
# Always interpret keyboard input as Unicode