Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 1731859

Browse files
committed
removed deprecated constants
1 parent e695c65 commit 1731859

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Visual Studio Project Template C#/Integration/Scintilla_iface.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,7 @@ public enum SciMsg : uint
146146
SCI_SETTABWIDTH = 2036,
147147
SCI_GETTABWIDTH = 2121,
148148
SC_CP_UTF8 = 65001,
149-
SC_CP_DBCS = 1,
150149
SCI_SETCODEPAGE = 2037,
151-
SCI_SETUSEPALETTE = 2039,
152150
MARKER_MAX = 31,
153151
SC_MARK_CIRCLE = 0,
154152
SC_MARK_ROUNDRECT = 1,
@@ -375,7 +373,6 @@ public enum SciMsg : uint
375373
SCI_GETLINEENDPOSITION = 2136,
376374
SCI_GETCODEPAGE = 2137,
377375
SCI_GETCARETFORE = 2138,
378-
SCI_GETUSEPALETTE = 2139,
379376
SCI_GETREADONLY = 2140,
380377
SCI_SETCURRENTPOS = 2141,
381378
SCI_SETSELECTIONSTART = 2142,
@@ -738,8 +735,6 @@ public enum SciMsg : uint
738735
SCI_GETPOSITIONCACHE = 2515,
739736
SCI_COPYALLOWLINE = 2519,
740737
SCI_GETCHARACTERPOINTER = 2520,
741-
SCI_SETKEYSUNICODE = 2521,
742-
SCI_GETKEYSUNICODE = 2522,
743738
SCI_INDICSETALPHA = 2523,
744739
SCI_INDICGETALPHA = 2524,
745740
SCI_SETEXTRAASCENT = 2525,

0 commit comments

Comments
 (0)