diff options
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/main.cpp b/cli/main.cpp index 62fa030..620b9c8 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -49,7 +49,6 @@ QTextStream out(stdout, QIODevice::WriteOnly); bool markdown = false; - QJsonArray diceToJson(QList<ExportedDiceResult>& diceList,bool& highlight,bool& homogeneous) { QJsonArray array; |