From 4fde6849e36a74b0dfc6f725bee9e642f5c02d9c Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Sat, 11 Jan 2014 14:01:53 +0100 Subject: Use RxJava.Action1 instead of our RunnableWithArgument --- main/src/cgeo/geocaching/maps/google/GoogleMapView.java | 1 - 1 file changed, 1 deletion(-) (limited to 'main/src/cgeo/geocaching/maps/google/GoogleMapView.java') diff --git a/main/src/cgeo/geocaching/maps/google/GoogleMapView.java b/main/src/cgeo/geocaching/maps/google/GoogleMapView.java index d02e3c2..c0c7ecd 100644 --- a/main/src/cgeo/geocaching/maps/google/GoogleMapView.java +++ b/main/src/cgeo/geocaching/maps/google/GoogleMapView.java @@ -18,7 +18,6 @@ import cgeo.geocaching.utils.Log; import com.google.android.maps.GeoPoint; import com.google.android.maps.MapView; import com.google.android.maps.Overlay; - import org.apache.commons.lang3.reflect.MethodUtils; import android.app.Activity; -- cgit v1.1