diff options
| author | nyamatongwe <devnull@localhost> | 2000-03-14 23:37:00 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-03-14 23:37:00 +0000 | 
| commit | e77bedb124d047f59f9c7706fb44703bd09a0874 (patch) | |
| tree | b1eade44a60e6b177006d5a0e5ae27b5c906a0ac /include/Accessor.h | |
| parent | 00f3f7835183668a16888e233399eb465ca9cc50 (diff) | |
| download | scintilla-mirror-e77bedb124d047f59f9c7706fb44703bd09a0874.tar.gz | |
Changed uses of ColourSegment to ColourTo and removed ColourSegment method.
Diffstat (limited to 'include/Accessor.h')
| -rw-r--r-- | include/Accessor.h | 1 | 
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); | 
