From d21c8c380cb9be544e3350e858445fc44c26c554 Mon Sep 17 00:00:00 2001 From: Gareth Barnard <1058419+gjb2048@users.noreply.github.com> Date: Sat, 7 Sep 2024 11:34:25 +0100 Subject: [PATCH] Remove. --- classes/output/courseformat/content.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/classes/output/courseformat/content.php b/classes/output/courseformat/content.php index ba8c6f66..32ba3fba 100644 --- a/classes/output/courseformat/content.php +++ b/classes/output/courseformat/content.php @@ -154,9 +154,6 @@ public function export_for_template(\renderer_base $output) { // Justification. $data->gridjustification = $coursesettings['gridjustification']; - // Image resize is crop. - $data->imageresizemethodcrop = ($coursesettings['imageresizemethod'] == 2); - // Section title in grid box. $data->sectiontitleingridbox = ($coursesettings['sectiontitleingridbox'] == 2);