From 26c142cd52a478e40bce25a8cdcb212f65b33041 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 29 Jan 2001 08:59:40 +0000 Subject: Fiddled with caret and visible policies. --- include/Scintilla.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/Scintilla.h') 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 -- cgit v1.2.3