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)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 16 Dec 2013 13:19:50 +0000 (10:19 -0300)
commitcb5a3bdd3cd7976ec00b0f1e082eba6cc1b9180a
tree2d8739c0251c9f677d1cfbd1c72b16482356ba60
parent8ccb6dbf80076b36d77e21c99a57881c1c459fa3
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>
(cherry picked from commit 55b13c092a6b4a1d1e89e08837e2f0c1d2bb84b9)
Signed-off-by: Fridolin SOMERS <fridolin.somers@biblibre.com>
(cherry picked from commit 88959bcd111bcc8499c8fddc56f7a4bf5189af46)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Koha/Calendar.pm