diff --git a/app/src/main/java/fr/free/nrw/commons/contributions/ContributionBoundaryCallback.kt b/app/src/main/java/fr/free/nrw/commons/contributions/ContributionBoundaryCallback.kt index 4b1deef11..52be55552 100644 --- a/app/src/main/java/fr/free/nrw/commons/contributions/ContributionBoundaryCallback.kt +++ b/app/src/main/java/fr/free/nrw/commons/contributions/ContributionBoundaryCallback.kt @@ -59,13 +59,6 @@ class ContributionBoundaryCallback } fetchContributions(onRefreshFinish) } - /** - * Public method to fetch contributions, which internally calls the private fetchContributions(). - */ - fun fetchContributionsPublic(onRefreshFinish: () -> Unit = {}) { - fetchContributions(onRefreshFinish) - } - /** * Fetches contributions using the MediaWiki API *