From dbd586c38aefc04ab6382864c7f093f98cb33321 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 15 Mar 2024 15:32:07 +0100 Subject: [PATCH] Remove obsolete code These parameters are determined by the `ImageImporter` anyway and do not need to be given as a parameter. --- files/lib/system/exporter/WBB4xExporter.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/lib/system/exporter/WBB4xExporter.class.php b/files/lib/system/exporter/WBB4xExporter.class.php index aac6901..8fba5c0 100644 --- a/files/lib/system/exporter/WBB4xExporter.class.php +++ b/files/lib/system/exporter/WBB4xExporter.class.php @@ -2406,9 +2406,7 @@ final class WBB4xExporter extends AbstractExporter 'views' => $row['views'], 'cumulativeLikes' => $row['cumulativeLikes'], 'uploadTime' => $row['uploadTime'], - 'width' => $row['width'], 'creationTime' => $row['creationTime'], - 'height' => $row['height'], 'orientation' => $row['orientation'], 'camera' => $row['camera'], 'location' => $row['location'], -- 2.20.1