aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/displaytoolbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'cli/displaytoolbox.h')
-rw-r--r--cli/displaytoolbox.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/displaytoolbox.h b/cli/displaytoolbox.h
index 30b7ba3..11f92c3 100644
--- a/cli/displaytoolbox.h
+++ b/cli/displaytoolbox.h
@@ -21,8 +21,6 @@ public:
static QString makeImage(QByteArray svgCode);
#endif
static QString colorToTermCode(QString str);
- static QString diceToText(QJsonArray array, bool withColor, bool allSameFaceCount, bool allSameColor);
- static QJsonArray diceToJson(QList<ExportedDiceResult>& diceList, bool& allSameFaceCount, bool& allSameColor);
static QString diceToSvg(QJsonArray array, bool withColor, bool allSameColor, bool allSameFaceCount);
static QString diceResultToString(QJsonObject val, Output type, bool hasColor);
};