aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-05-02 22:30:19 +0000
committernyamatongwe <devnull@localhost>2000-05-02 22:30:19 +0000
commit020609902772f9507fec9002a5c36417242d7c56 (patch)
treeb61dcd43fd526aa1efbf09d4219200e6a5ffb765 /include/Scintilla.h
parent5a25cf8d92f57d363a940aa7e4fbeff7aa737bd8 (diff)
downloadscintilla-mirror-020609902772f9507fec9002a5c36417242d7c56.tar.gz
Small touch ups - removal of unused definitions, fixing documentation.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h3
1 files changed, 2 insertions, 1 deletions
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