From e1bc42e753f99b01cb0c3d51e88af661e1d4e6d6 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 11 Sep 2020 08:55:28 +0000 Subject: [PATCH] Bug 26432: Remove unused ModZebrations Test plan: Git grep on ModZebrations Signed-off-by: Marcel de Rooy Signed-off-by: Julian Maurice --- C4/Context.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/C4/Context.pm b/C4/Context.pm index 2ab22636f7..585332c326 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -383,9 +383,6 @@ sub config { sub zebraconfig { return _common_config($_[1],'server'); } -sub ModZebrations { - return _common_config($_[1],'serverinfo'); -} =head2 preference -- 2.20.1