Skip to content

Commit a9fd3ef

Browse files
committed
remove ability to delete AED directly
as it is relatively likely that user may think it does not exist but they missed it
1 parent 1d648e5 commit a9fd3ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/de/westnordost/streetcomplete/quests/defibrillator/AddIsDefibrillatorIndoor.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class AddIsDefibrillatorIndoor : OsmFilterQuestType<Boolean>() {
2121
override val changesetComment = "Add whether defibrillator is inside building"
2222
override val wikiLink = "Key:indoor"
2323
override val icon = R.drawable.ic_quest_defibrillator
24-
override val isDeleteElementEnabled = true
2524
override val questTypeAchievements = listOf(LIFESAVER)
2625

2726
override fun getTitle(tags: Map<String, String>) = R.string.quest_is_defibrillator_inside_title

0 commit comments

Comments
 (0)