From 93e150e52591c7211306a40a42bc0b1ee9005dd7 Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Sun, 18 May 2014 11:15:29 +0200 Subject: multiple code cleanups * unused imports * remove author comment * restrict access * fix StaticMapsActivity code generation cycle (it should not contain references to classes which are generated by the annotation processor from itself) --- main/src/cgeo/geocaching/CachePopup.java | 7 ------- 1 file changed, 7 deletions(-) (limited to 'main/src/cgeo/geocaching/CachePopup.java') diff --git a/main/src/cgeo/geocaching/CachePopup.java b/main/src/cgeo/geocaching/CachePopup.java index d886554..9036d00 100644 --- a/main/src/cgeo/geocaching/CachePopup.java +++ b/main/src/cgeo/geocaching/CachePopup.java @@ -5,10 +5,6 @@ import cgeo.geocaching.activity.ActivityMixin; import org.apache.commons.lang3.StringUtils; -import rx.functions.Action0; -import rx.functions.Action1; -import rx.schedulers.Schedulers; - import android.content.Context; import android.content.Intent; import android.os.Bundle; @@ -17,9 +13,6 @@ import android.support.v4.app.Fragment; import android.support.v4.app.FragmentTransaction; import android.view.Window; -/** - * Created by arne on 23.04.2014. - */ public class CachePopup extends AbstractActivity { protected String geocode = null; -- cgit v1.1