6dfbd7794b60 — jgindin@chagall 1 year, 6 months ago
Remove unused method.
1 files changed, 1 insertions(+), 10 deletions(-)

M Android/src/main/java/com/gindin/zmanim/android/location/ZmanLocationUtil.java
M Android/src/main/java/com/gindin/zmanim/android/location/ZmanLocationUtil.java +1 -10
@@ 1,5 1,5 @@ 
 /*
- * Copyright (c) 2021. Jay R. Gindin
+ * Copyright (c) 2022. Jay R. Gindin
  */
 
 package com.gindin.zmanim.android.location;

          
@@ 36,15 36,6 @@ public class ZmanLocationUtil {
   private static final String                               USER_NAME = "user name";
 
 
-
-  @NonNull
-  public static ZmanimLocation fromLocation(
-    @Nullable Location location
-  ) {
-    return fromLocation( location, null );
-  }
-
-
   @SuppressWarnings( "FeatureEnvy" )
   @NonNull
   public static ZmanimLocation fromLocation(