From 8a1bdb60a628c895d4c51291aa3725770c0db53a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 2 May 2000 22:30:19 +0000 Subject: Small touch ups - removal of unused definitions, fixing documentation. --- include/Scintilla.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index eecf7dfdc..6a58e9324 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -89,7 +89,6 @@ extern "C" { #define SCI_GETVIEWWS SCI_START + 20 #define SCI_SETVIEWWS SCI_START + 21 -#define SCI_CHANGEPOSITION SCI_START + 22 #define SCI_GOTOLINE SCI_START + 24 #define SCI_GOTOPOS SCI_START + 25 #define SCI_SETANCHOR SCI_START + 26 @@ -427,6 +426,8 @@ void Scintilla_RegisterClasses(HINSTANCE hInstance); #ifdef INCLUDE_DEPRECATED_FEATURES +#define SCI_CHANGEPOSITION SCI_START + 22 + // Default style settings. These are deprecated and will be removed in a future version. #define SCI_SETFORE SCI_START + 60 #define SCI_SETBACK SCI_START + 61 -- cgit v1.2.3