removes unneded variable

This commit is contained in:
Believethehype
2024-07-31 11:51:44 +02:00
parent 856eb0da05
commit 1a4396dbe3
2 changed files with 0 additions and 2 deletions
@@ -181,7 +181,6 @@ fun GalleryContentView(
content: BaseMediaContent, content: BaseMediaContent,
roundedCorner: Boolean, roundedCorner: Boolean,
isFiniteHeight: Boolean, isFiniteHeight: Boolean,
isFiniteWidth: Boolean,
accountViewModel: AccountViewModel, accountViewModel: AccountViewModel,
) { ) {
when (content) { when (content) {
@@ -375,7 +375,6 @@ fun InnerRenderGalleryThumb(
content = content, content = content,
roundedCorner = false, roundedCorner = false,
isFiniteHeight = false, isFiniteHeight = false,
isFiniteWidth = false,
accountViewModel = accountViewModel, accountViewModel = accountViewModel,
) )
} }