diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Scintilla.h | 3 | ||||
-rw-r--r-- | include/Scintilla.iface | 13 |
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 |