]> git.tuebingen.mpg.de Git - paraslash.git/commit
mood.c: Remove pointless check in reload_current_mood().
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 9 Mar 2022 20:59:18 +0000 (21:59 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 17 Oct 2022 18:36:21 +0000 (20:36 +0200)
commit9c4691036a9f8999ec19034fb218e8fcdc393475
tree440fec6d2e910e7ffde5f0d0a7ee65dd60647f0b
parent501b83a39828c9d3db5498c7352a2e5b60175bba
mood.c: Remove pointless check in reload_current_mood().

The function gets only called from the event handler, which returns
early without calling reload_current_mood if current_mood and is NULL.
mood.c