Skip to content

Commit

Permalink
Remove obsolete code
Browse files Browse the repository at this point in the history
These parameters are determined by the `ImageImporter` anyway and do not need to be given as a parameter.
  • Loading branch information
BurntimeX committed Mar 15, 2024
1 parent 02c3cf7 commit dbd586c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions files/lib/system/exporter/WBB4xExporter.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2406,9 +2406,7 @@ public function exportGalleryImages($offset, $limit)
'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'],
Expand Down

0 comments on commit dbd586c

Please sign in to comment.