diff --git a/Habitica/res/layout/dialog_challenge_filter.xml b/Habitica/res/layout/dialog_challenge_filter.xml
index d2867e467..f95980b13 100644
--- a/Habitica/res/layout/dialog_challenge_filter.xml
+++ b/Habitica/res/layout/dialog_challenge_filter.xml
@@ -37,42 +37,6 @@
android:visibility="invisible"/>
-
-
-
-
-
-
-
-
-
currentFilter?.showOwned = isChecked
}
@@ -59,15 +57,6 @@ internal class ChallengeFilterDialogHolder private constructor(
binding.challengeFilterRecyclerView.state = RecyclerViewState.DISPLAYING_DATA
}
- private fun allClicked() {
- this.adapter?.checkedEntries?.clear()
- adapter?.checkedEntries?.addAll(filterGroups)
- }
-
- private fun noneClicked() {
- this.adapter?.checkedEntries?.clear()
- }
-
companion object {
fun showDialog(
activity: Activity,