diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-05-24 05:41:58 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-05-24 05:41:58 +0200 |
| commit | 04f68f25f8f5174fbdb4c2656ece766abb3e6c1c (patch) | |
| tree | 154a8ce432e45a4ac8095b8d456510560f0e01eb /main/src/cgeo/geocaching/LogTrackableActivity.java | |
| parent | a6dbdfbf1a75aaf0e7496dda12562767b3c599a1 (diff) | |
| download | cgeo-04f68f25f8f5174fbdb4c2656ece766abb3e6c1c.zip cgeo-04f68f25f8f5174fbdb4c2656ece766abb3e6c1c.tar.gz cgeo-04f68f25f8f5174fbdb4c2656ece766abb3e6c1c.tar.bz2 | |
multiple lint and compiler warning fixes
Diffstat (limited to 'main/src/cgeo/geocaching/LogTrackableActivity.java')
| -rw-r--r-- | main/src/cgeo/geocaching/LogTrackableActivity.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/LogTrackableActivity.java b/main/src/cgeo/geocaching/LogTrackableActivity.java index e1ca612..9f1bc88 100644 --- a/main/src/cgeo/geocaching/LogTrackableActivity.java +++ b/main/src/cgeo/geocaching/LogTrackableActivity.java @@ -20,7 +20,6 @@ import cgeo.geocaching.utils.LogTemplateProvider.LogContext; import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.lang3.StringUtils; -import android.app.Dialog; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; |
