From 3404a3271d10326042bea82a150a8441cbbd9f2f Mon Sep 17 00:00:00 2001 From: Danny Gershman Date: Sun, 2 Jun 2019 22:39:27 -0400 Subject: [PATCH] removing dead variable --- bmlt-meeting-list.php | 1 - 1 file changed, 1 deletion(-) diff --git a/bmlt-meeting-list.php b/bmlt-meeting-list.php index 6cc823a..07b209e 100644 --- a/bmlt-meeting-list.php +++ b/bmlt-meeting-list.php @@ -938,7 +938,6 @@ function bmlt_meeting_list($atts = null, $content = null) { $this->mpdf->SetDefaultBodyCSS('line-height', $this->options['content_line_height']); if ( $this->options['page_fold'] == 'full' ) { $this->mpdf->WriteHTML(""); - $data = ''; } if ( $unique_states == null ) { $unique_states[] = 'null';