Removed useless code

od
Laurent 6 years ago
parent a615fbec35
commit 45fcdce179
  1. 10
      app/src/main/java/net/pokeranalytics/android/ui/view/RowRepresentable.kt

@ -67,15 +67,6 @@ interface Displayable : Localizable {
return BottomSheetType.NONE return BottomSheetType.NONE
} }
val selectedChoice: Int
get() {
return -1
}
val choices: List<*>?
get() {
return null
}
} }
/** /**
@ -100,4 +91,5 @@ interface Localizable {
} }
return "LOCALISATION NOT FOUND" return "LOCALISATION NOT FOUND"
} }
} }

Loading…
Cancel
Save