diff options
| author | nyamatongwe <devnull@localhost> | 2007-07-27 01:52:48 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2007-07-27 01:52:48 +0000 |
| commit | 748187ba9771beb6947ed9a5130ad87add31da90 (patch) | |
| tree | 6c226067ef20848c5c18189a68be8a75c20cd1c1 /src/DocumentAccessor.cxx | |
| parent | 48807a25eb56dcec00d3b8e25bce49778aaa08d5 (diff) | |
| download | scintilla-mirror-748187ba9771beb6947ed9a5130ad87add31da90.tar.gz | |
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.
Diffstat (limited to 'src/DocumentAccessor.cxx')
| -rw-r--r-- | src/DocumentAccessor.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DocumentAccessor.cxx b/src/DocumentAccessor.cxx index b46eeba85..a25979dc2 100644 --- a/src/DocumentAccessor.cxx +++ b/src/DocumentAccessor.cxx @@ -13,7 +13,6 @@ #include "Platform.h" #include "PropSet.h" -#include "SVector.h" #include "Accessor.h" #include "DocumentAccessor.h" #include "SplitVector.h" |
