Skip to content

Commit

Permalink
Merge pull request #5948 from henning-gerhardt/remove_unused_variable
Browse files Browse the repository at this point in the history
Remove unused class variable
  • Loading branch information
solth authored Feb 28, 2024
2 parents 454ccde + 18e9e6c commit 92e7f32
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ public class GalleryPanel {
private GalleryViewMode galleryViewMode = GalleryViewMode.LIST;
private List<GalleryMediaContent> medias = Collections.emptyList();

private Map<String, GalleryMediaContent> previewImageResolver = new HashMap<>();

private Map<MediaContentType, Map<GalleryViewMode, MediaVariant>> mediaContentTypeVariants = new HashMap<>();

private Map<MediaContentType, Subfolder> mediaContentTypePreviewFolder = new HashMap<>();
Expand Down

0 comments on commit 92e7f32

Please sign in to comment.