From: Marcel Werk Date: Fri, 15 Mar 2024 14:32:07 +0000 (+0100) Subject: Remove obsolete code X-Git-Tag: 6.1.0_Beta_1~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dbd586c38aefc04ab6382864c7f093f98cb33321;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.exporter.git Remove obsolete code These parameters are determined by the `ImageImporter` anyway and do not need to be given as a parameter. --- 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'],