forked from qt-creator/qt-creator
Clang: Remove unused function
Change-Id: I40f04bf898a6370f1e4586c6f942337301b0407a Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -99,13 +99,6 @@ bool HighlightingMark::hasFunctionArguments() const
|
||||
return originalCursor.argumentCount() > 0;
|
||||
}
|
||||
|
||||
QVector<HighlightingMark> HighlightingMark::outputFunctionArguments() const
|
||||
{
|
||||
QVector<HighlightingMark> outputFunctionArguments;
|
||||
|
||||
return outputFunctionArguments;
|
||||
}
|
||||
|
||||
HighlightingMark::operator HighlightingMarkContainer() const
|
||||
{
|
||||
return HighlightingMarkContainer(line, column, length, types);
|
||||
|
||||
Reference in New Issue
Block a user