Remove unused arguments from 'format_time()'
authorJens Steinhauser <jens.steinhauser@gmail.com>
Fri, 28 Aug 2015 15:34:29 +0000 (17:34 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Fri, 4 Sep 2015 10:54:47 +0000 (12:54 +0200)
commitdae21ebcf60d6a5d7c194736b1dc792a5cbf06a5
tree717a90a0bb19b77cd88dc77dfb037816374d6235
parent4d6c6ea3e6b069787c270d4911083dae05eae4c6
Remove unused arguments from 'format_time()'

This function is already complicated enough (it tries to guess in what
context it is currently used and changes its behaviour accordingly), so
remove the unused parameters to make it somewhat comprehensible.
pv/util.cpp
pv/util.hpp