diff options
| author | 2015-10-11 15:48:52 +0200 | |
|---|---|---|
| committer | 2015-10-11 15:48:52 +0200 | |
| commit | a220f89b6f30716883223292b0986c0dc9d941bc (patch) | |
| tree | 06d732cc367bef9b91e5f281ae2cbd2321e5e842 /result | |
| parent | 372e9cc02d36f40a70faa5e45ce648cdd8b98850 (diff) | |
| download | OneRoll-a220f89b6f30716883223292b0986c0dc9d941bc.tar.gz OneRoll-a220f89b6f30716883223292b0986c0dc9d941bc.zip | |
remove useless line
Diffstat (limited to 'result')
| -rw-r--r-- | result/diceresult.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/result/diceresult.cpp b/result/diceresult.cpp index 95122f1..998bef6 100644 --- a/result/diceresult.cpp +++ b/result/diceresult.cpp @@ -54,7 +54,6 @@ QVariant DiceResult::getResult(RESULT_TYPE type) break; case DICE_LIST: { - return QVariant(); break; } |