From 8cd78b0bf53f9cd2acf28de273938253dbccecf6 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 23 May 2018 16:20:07 -0400 Subject: [PATCH] Remove unused property. --- module/VuFind/src/VuFind/RecordDriver/Primo.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/module/VuFind/src/VuFind/RecordDriver/Primo.php b/module/VuFind/src/VuFind/RecordDriver/Primo.php index 064153c7f61..300241b951e 100644 --- a/module/VuFind/src/VuFind/RecordDriver/Primo.php +++ b/module/VuFind/src/VuFind/RecordDriver/Primo.php @@ -38,13 +38,6 @@ namespace VuFind\RecordDriver; */ class Primo extends DefaultRecord { - /** - * Date converter - * - * @var \VuFind\Date\Converter - */ - protected $dateConverter = null; - /** * Get the short (pre-subtitle) title of the record. * -- GitLab