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,
roundedCorner: Boolean,
isFiniteHeight: Boolean,
isFiniteWidth: Boolean,
accountViewModel: AccountViewModel,
) {
when (content) {
@@ -375,7 +375,6 @@ fun InnerRenderGalleryThumb(
content = content,
roundedCorner = false,
isFiniteHeight = false,
isFiniteWidth = false,
accountViewModel = accountViewModel,
)
}