aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
diff options
context:
space:
mode:
Diffstat (limited to 'main/src')
-rw-r--r--main/src/cgeo/geocaching/cgeocaches.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/cgeocaches.java b/main/src/cgeo/geocaching/cgeocaches.java
index e5176d5..7888b14 100644
--- a/main/src/cgeo/geocaching/cgeocaches.java
+++ b/main/src/cgeo/geocaching/cgeocaches.java
@@ -1444,7 +1444,7 @@ public class cgeocaches extends AbstractListActivity implements FilteredActivity
* @param view
* unused here but needed since this method is referenced from XML layout
*/
- public void selectList(@SuppressWarnings("unused") View view) {
+ public void selectList(View view) {
if (type != CacheListType.OFFLINE) {
return;
}
@@ -1543,7 +1543,7 @@ public class cgeocaches extends AbstractListActivity implements FilteredActivity
* @param view
* unused here but needed since this method is referenced from XML layout
*/
- public void goMap(@SuppressWarnings("unused") View view) {
+ public void goMap(View view) {
if (search == null || CollectionUtils.isEmpty(cacheList)) {
showToast(res.getString(R.string.warn_no_cache_coord));