Remove unused interface

This commit is contained in:
J-Jamet
2021-02-24 20:59:07 +01:00
parent 78406ccdbf
commit ac050a09e8

View File

@@ -50,10 +50,6 @@ class IconStandardFragment : Fragment() {
}
}
interface IconStandardPickerListener {
fun iconStandardPicked(icon: IconImageStandard)
}
inner class IconStandardAdapter(private val context: Context) : BaseAdapter() {
override fun getCount(): Int {