@@ -, +, @@ git grep get_branchinfos_of --- C4/Branch.pm | 1 - t/db_dependent/Branch.t | 1 - 2 files changed, 2 deletions(-) --- a/C4/Branch.pm +++ a/C4/Branch.pm @@ -34,7 +34,6 @@ BEGIN { &GetBranches &GetBranchesLoop &GetBranchDetail - &get_branchinfos_of &ModBranch &GetBranchInfo &GetBranchesInCategory --- a/t/db_dependent/Branch.t +++ a/t/db_dependent/Branch.t @@ -39,7 +39,6 @@ can_ok( GetBranches GetBranchesLoop GetBranchDetail - get_branchinfos_of ModBranch GetBranchInfo GetBranchesInCategory --