diff options
| author | 2020-01-30 01:27:15 +0100 | |
|---|---|---|
| committer | 2020-03-28 02:05:05 +0100 | |
| commit | 653ba9395a36cc20ec1d68c9a9cae78973fa334c (patch) | |
| tree | 72753ed3bdca117baf001cdf8251b1fb22276eeb /cli/main.cpp | |
| parent | 22d71d0032e2f44a8f267895aea3bd87864791b3 (diff) | |
| download | OneRoll-653ba9395a36cc20ec1d68c9a9cae78973fa334c.tar.gz OneRoll-653ba9395a36cc20ec1d68c9a9cae78973fa334c.zip | |
add unicity and repeat function part2
Diffstat (limited to 'cli/main.cpp')
| -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 e09a1de..0008cba 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -443,7 +443,6 @@ int startDiceParsing(QStringList& cmds, QString& treeFile, bool withColor, EXPOR rt= 1; } } - parser.cleanAll(); return rt; } #include <QTextCodec> |