Skip to content

Commit

Permalink
Remove unused class variable
Browse files Browse the repository at this point in the history
  • Loading branch information
henning-gerhardt committed Feb 24, 2024
1 parent e5e6d13 commit 18e9e6c
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 18e9e6c

Please sign in to comment.