From f76d4f14632acb5eb5ff671d97654d4032cbef7e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 27 Jul 2007 01:52:48 +0000 Subject: Changed lineStates to a SplitVector so that it supports insert and delete so inserting and deleting lines does not cause a really large number of changed values under most circumstances leading to fewer notifications. SVector is no longer used. --- src/ScintillaBase.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ScintillaBase.cxx') diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx index d72f86bc3..60d9c70fc 100644 --- a/src/ScintillaBase.cxx +++ b/src/ScintillaBase.cxx @@ -24,7 +24,6 @@ #include "Partitioning.h" #include "RunStyles.h" #include "ContractionState.h" -#include "SVector.h" #include "CellBuffer.h" #include "CallTip.h" #include "KeyMap.h" -- cgit v1.2.3