diff options
author | nyamatongwe <unknown> | 2001-01-29 08:59:40 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-01-29 08:59:40 +0000 |
commit | e4e173ee4aa0ba879210892c2f3e0530ea8731c4 (patch) | |
tree | 3c547b7160729fba6b399c183c109692c2eccad0 /include/Scintilla.h | |
parent | bd2fc92a257da4f630a9e55a6e4ac735e3a29470 (diff) | |
download | scintilla-mirror-e4e173ee4aa0ba879210892c2f3e0530ea8731c4.tar.gz |
Fiddled with caret and visible policies.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 7c9b2292f..802a160bf 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -383,7 +383,6 @@ typedef long (*SciFnDirect)(long ptr, unsigned int iMessage, unsigned long wPara #define SCI_WORDPARTRIGHT 2392 #define SCI_WORDPARTRIGHTEXTEND 2393 #define VISIBLE_SLOP 0x01 -#define VISIBLE_CENTER 0x02 #define VISIBLE_STRICT 0x04 #define SCI_SETVISIBLEPOLICY 2394 #define SCI_GRABFOCUS 2400 |