From 088e113d954199f460a751ec01caed6abac076ea Mon Sep 17 00:00:00 2001
From: Priya <priya.patel@catalyst.net.nz>
Date: Mon, 18 Dec 2017 22:32:30 +0000
Subject: [PATCH] Bug 19713: Remove 2 occurances of
 OpacShowLibrariesPullDownMobile

To test:
1/ Grep to find OpacShowLibrariesPullDownMobile
2/ Notice it is in t/db_dependent/UsageStats.t: and C4/UsageStats.pm:
3/ Apply patch
4/ Grep to check OpacShowLibrariesPullDownMobile was removed from 2
files
---
 C4/UsageStats.pm            | 1 -
 t/db_dependent/UsageStats.t | 1 -
 2 files changed, 2 deletions(-)

diff --git a/C4/UsageStats.pm b/C4/UsageStats.pm
index 96e79fadbc..8bda955cd8 100644
--- a/C4/UsageStats.pm
+++ b/C4/UsageStats.pm
@@ -247,7 +247,6 @@ sub BuildReport {
         OPACShowCheckoutName
         OpacShowFiltersPulldownMobile
         OPACShowHoldQueueDetails
-        OpacShowLibrariesPulldownMobile
         OpacShowRecentComments
         OPACShowUnusedAuthorities
         OpacStarRatings
diff --git a/t/db_dependent/UsageStats.t b/t/db_dependent/UsageStats.t
index 5f4dfadc02..a046768632 100644
--- a/t/db_dependent/UsageStats.t
+++ b/t/db_dependent/UsageStats.t
@@ -500,7 +500,6 @@ sub mocking_systempreferences_to_a_set_value {
         OPACShowCheckoutName
         OpacShowFiltersPulldownMobile
         OPACShowHoldQueueDetails
-        OpacShowLibrariesPulldownMobile
         OpacShowRecentComments
         OPACShowUnusedAuthorities
         OpacStarRatings
-- 
2.11.0