Skip to content

Commit 6ca5054

Browse files
remove unused helper
1 parent 6b4181e commit 6ca5054

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Sources/ComponentsKit/Components/Avatar/Models/AvatarVM.swift

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,3 @@ extension AvatarVM {
129129
}
130130
}
131131
}
132-
133-
// MARK: - UIKit Helpers
134-
135-
extension AvatarVM {
136-
func shouldUpdateImage(_ oldModel: Self) -> Bool {
137-
return self.imageSrc != oldModel.imageSrc
138-
|| self.placeholder != oldModel.placeholder
139-
|| self.color != oldModel.color
140-
}
141-
}

0 commit comments

Comments
 (0)