Remove unused private functions

As found by Cppcheck.

Change-Id: I697ea69992425ff41e35990ad00be312b35ba70a
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Alessandro Portale
2020-09-20 23:40:16 +02:00
parent 35bab3a021
commit c68f49fefa
7 changed files with 0 additions and 78 deletions

View File

@@ -293,9 +293,6 @@ public:
{ return _beginLine; }
private:
void setArguments(const QVector<Block> &arguments)
{ _arguments = arguments; }
void addArgument(const Block &block)
{ _arguments.append(block); }