Remove unecessary code

This commit is contained in:
ganfra 2020-06-25 12:20:55 +02:00
parent 60c873aa66
commit 1d3dbdf989
1 changed files with 0 additions and 4 deletions

View File

@ -13,9 +13,5 @@ abstract class GenericLoaderItem : VectorEpoxyModel<GenericLoaderItem.Holder>()
// Maybe/Later add some style configuration, SMALL/BIG ?
override fun bind(holder: Holder) {
super.bind(holder)
}
class Holder : VectorEpoxyHolder()
}