From 276a1c0f21313d35003af401422aa1d2a581c35f 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 Content-Type: text/plain; charset=utf-8 Test plan: Git grep on ModZebrations Signed-off-by: Marcel de Rooy --- 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.11.0