Remove commented code
This commit is contained in:
parent
c46aaa24a5
commit
721d7cb6a0
|
@ -993,9 +993,4 @@ interface FragmentModule {
|
||||||
@IntoMap
|
@IntoMap
|
||||||
@FragmentKey(LocationPreviewFragment::class)
|
@FragmentKey(LocationPreviewFragment::class)
|
||||||
fun bindLocationPreviewFragment(fragment: LocationPreviewFragment): Fragment
|
fun bindLocationPreviewFragment(fragment: LocationPreviewFragment): Fragment
|
||||||
|
|
||||||
/*@Binds
|
|
||||||
@IntoMap
|
|
||||||
@FragmentKey(LocationLiveMapViewFragment::class)
|
|
||||||
fun bindLocationLiveMapViewFragment(fragment: LocationLiveMapViewFragment): Fragment*/
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue