Bug 11061: remove unused routine Koha::Calendar::_mock_init
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 16 Oct 2013 11:55:22 +0000 (13:55 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Sat, 23 Nov 2013 19:27:08 +0000 (19:27 +0000)
commit55b13c092a6b4a1d1e89e08837e2f0c1d2bb84b9
tree1e5098d24d858b09d1961065a379eaee7eaccab6
parent248283fc29b46f59c56769a14f8d811cc61834ff
Bug 11061: remove unused routine Koha::Calendar::_mock_init

Bug 9209 removes the only occurrence to Koha::Calendar::_mock_init
The routine can be removed.

Test plan:
prove t/Calendar.t

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
I left that routine because I planned to do a follow-up for that so the
Calendar patch series was pushed soon. Nice catch Jonathan, works as expected.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Passes koha-qa.pl, t and xt

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Koha/Calendar.pm