Remove obsolete code
authorMarcel Werk <burntime@woltlab.com>
Fri, 15 Mar 2024 14:32:07 +0000 (15:32 +0100)
committerMarcel Werk <burntime@woltlab.com>
Fri, 15 Mar 2024 14:32:07 +0000 (15:32 +0100)
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

index aac6901f76eb33a756a0f0110367fd9f2fb08d70..8fba5c0a7dde4666fc22b4c13e944d38aa11ab1a 100644 (file)
@@ -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'],