diff options
| author | 2017-11-25 02:51:23 +0100 | |
|---|---|---|
| committer | 2017-11-25 02:51:23 +0100 | |
| commit | 95d4b12f2900f13e5836cb460261c96889bdd4e5 (patch) | |
| tree | afcf71441e868fbd215eb68da69229e1b458a92d /node/scalaroperatornode.h | |
| parent | 6769063ea8a41a568b06c63b797bc26c3c5a1c6d (diff) | |
| download | OneRoll-95d4b12f2900f13e5836cb460261c96889bdd4e5.tar.gz OneRoll-95d4b12f2900f13e5836cb460261c96889bdd4e5.zip | |
remove useless commit
Diffstat (limited to 'node/scalaroperatornode.h')
| -rw-r--r-- | node/scalaroperatornode.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/node/scalaroperatornode.h b/node/scalaroperatornode.h index 7753a6f..0855a4c 100644 --- a/node/scalaroperatornode.h +++ b/node/scalaroperatornode.h @@ -115,11 +115,6 @@ private: * @return */ static qint64 multiple(qint64,qint64); - /** - * @brief power - * @return - */ - static qint64 power(qint64,qint64); private: ExecutionNode* m_internalNode; |