From 4cc12edc7e3b785aedddc79aa9c378689cdbf898 Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Fri, 12 Nov 2021 23:33:17 +0000
Subject: [PATCH] ISTWCMS-5195: coding standards

---
 src/Service/UwNodeContent.php | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/Service/UwNodeContent.php b/src/Service/UwNodeContent.php
index ab23dfe3..f7f39982 100644
--- a/src/Service/UwNodeContent.php
+++ b/src/Service/UwNodeContent.php
@@ -112,9 +112,6 @@ class UwNodeContent {
    */
   public function getNodeFlags(Node $node, string $view_mode, string $content): array {
 
-    // Get the content types that have hero images.
-    $hero_image = $this->getHeroImageContentTypes();
-
     // Flags for getting teaser content.
     $node_flags['get_header'] = FALSE;
     $node_flags['get_footer'] = FALSE;
-- 
GitLab