aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-03-14 23:37:00 +0000
committernyamatongwe <devnull@localhost>2000-03-14 23:37:00 +0000
commite77bedb124d047f59f9c7706fb44703bd09a0874 (patch)
treeb1eade44a60e6b177006d5a0e5ae27b5c906a0ac /include
parent00f3f7835183668a16888e233399eb465ca9cc50 (diff)
downloadscintilla-mirror-e77bedb124d047f59f9c7706fb44703bd09a0874.tar.gz
Changed uses of ColourSegment to ColourTo and removed ColourSegment method.
Diffstat (limited to 'include')
-rw-r--r--include/Accessor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Accessor.h b/include/Accessor.h
index 1bba4af55..e31a8de6d 100644
--- a/include/Accessor.h
+++ b/include/Accessor.h
@@ -65,7 +65,6 @@ public:
Accessor(id_,props_,offset_), validLen(0), chFlags(0) {}
void StartAt(unsigned int start, char chMask=31);
void SetFlags(char chFlags_, char chWhile_) {chFlags = chFlags_; chWhile = chWhile_; };
- void ColourSegment(unsigned int start, unsigned int end, int chAttr);
unsigned int GetStartSegment() { return startSeg; }
void StartSegment(unsigned int pos);
void ColourTo(unsigned int pos, int chAttr);