forked from qt-creator/qt-creator
		
	CppCodeFormatter: removed unused member function
and modernized State Change-Id: I4ea2a7d9ebd89e35ffc5ba2465bf4f781fde08f6 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
		@@ -683,11 +683,6 @@ CodeFormatter::State CodeFormatter::state(int belowTop) const
 | 
			
		||||
        return State();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const QVector<CodeFormatter::State> &CodeFormatter::newStatesThisLine() const
 | 
			
		||||
{
 | 
			
		||||
    return m_newStates;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int CodeFormatter::tokenIndex() const
 | 
			
		||||
{
 | 
			
		||||
    return m_tokenIndex;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user