Remove commented code

This commit is contained in:
Maxime NATUREL 2022-05-23 11:30:35 +02:00
parent c46aaa24a5
commit 721d7cb6a0
1 changed files with 0 additions and 5 deletions

View File

@ -993,9 +993,4 @@ interface FragmentModule {
@IntoMap
@FragmentKey(LocationPreviewFragment::class)
fun bindLocationPreviewFragment(fragment: LocationPreviewFragment): Fragment
/*@Binds
@IntoMap
@FragmentKey(LocationLiveMapViewFragment::class)
fun bindLocationLiveMapViewFragment(fragment: LocationLiveMapViewFragment): Fragment*/
}