diff options
| author | Cinder <cinder.roxley@phoenixviewer.com> | 2014-04-16 11:52:46 -0600 | 
|---|---|---|
| committer | Cinder <cinder.roxley@phoenixviewer.com> | 2014-04-16 11:52:46 -0600 | 
| commit | 20a7d749cf8ea76c1481022f17153e72670b23ec (patch) | |
| tree | d3d02fa49c26490f2f35a8a5ee2cfa49e8004549 | |
| parent | 0039e80d7c625e466833b86df5767c723f698034 (diff) | |
Orphaned definition
| -rwxr-xr-x | indra/llui/llkeywords.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/indra/llui/llkeywords.h b/indra/llui/llkeywords.h index 689fd75bcd..2f7932f815 100755 --- a/indra/llui/llkeywords.h +++ b/indra/llui/llkeywords.h @@ -172,7 +172,6 @@ protected:  	LLColor4	readColor(LLSD& sd);  	void		insertSegment(std::vector<LLTextSegmentPtr>& seg_list, LLTextSegmentPtr new_segment, S32 text_len, const LLColor4 &defaultColor, class LLTextEditor& editor);  	void		insertSegments(const LLWString& wtext, std::vector<LLTextSegmentPtr>& seg_list, LLKeywordToken* token, S32 text_len, S32 seg_start, S32 seg_end, const LLColor4 &defaultColor, LLTextEditor& editor); -	BOOL		loadIntoLLSD( const std::string& filename, LLSD& data );  	LLSD		mColors;  	bool		mLoaded; | 
