diff options
author | nyamatongwe <unknown> | 2000-05-03 07:09:17 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-05-03 07:09:17 +0000 |
commit | ec408ba9265c4fec5a62bd304e8e249f538d41d4 (patch) | |
tree | ca6d05c83067f6a5177f9e4d98a34f21d16473fd | |
parent | 017819beb7649ba1475f0f66090ce925a96cb373 (diff) | |
download | scintilla-mirror-ec408ba9265c4fec5a62bd304e8e249f538d41d4.tar.gz |
Removed some non-working IME messages.
-rw-r--r-- | include/WinDefs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/WinDefs.h b/include/WinDefs.h index ebe773db8..d1c25a595 100644 --- a/include/WinDefs.h +++ b/include/WinDefs.h @@ -45,8 +45,6 @@ #define EM_REPLACESEL (194) #define EM_SCROLLCARET (183) #define EM_SELECTIONTYPE (1090) -#define EM_SETIMECOLOR (1128) -#define EM_SETIMEOPTIONS (1130) #define EM_SETMARGINS (211) #define EM_SETREADONLY (207) #define EM_SETSEL (177) |