CppCodeFormatter: removed unused member function

and modernized State

Change-Id: I4ea2a7d9ebd89e35ffc5ba2465bf4f781fde08f6
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Nikita Baryshnikov
2016-08-10 17:37:23 +03:00
parent 62a4e22fe7
commit 58a4663bda
2 changed files with 5 additions and 15 deletions

View File

@@ -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;