mood: Combine compute_num_played_score() and compute_last_played_score().
authorAndre Noll <maan@systemlinux.org>
Wed, 4 Sep 2013 19:26:46 +0000 (19:26 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 13 Oct 2013 13:25:06 +0000 (15:25 +0200)
commitf24778705c853647f48b89c8d27ba1ded27a6f29
tree5f52aa5bff04151eca3f4e9da4d35c611dd29393
parent62a9685d5c7710baad1b6d91c42d1532cdc745ed
mood: Combine compute_num_played_score() and compute_last_played_score().

These two functions have only one caller, compute_dynamic_score(), which
just adds the two return values. Let's combine all three functions to a
single one.
mood.c