From 89ad0b00f23ea3bfa5da86fbab994dab075370da Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 16 Nov 2016 09:41:55 +1100 Subject: Removed elements that have been deprecated for more than 5 years. --- include/Scintilla.h | 3 --- include/Scintilla.iface | 13 ------------- 2 files changed, 16 deletions(-) (limited to 'include') 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 -- cgit v1.2.3