From 2e9876b2996e9a8a2faec284e7b812f9ec2aaafa Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Thu, 27 Feb 2014 22:27:16 +0100 Subject: refactoring: remove useless yield() --- main/src/cgeo/geocaching/maps/CGeoMap.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'main/src/cgeo/geocaching/maps') diff --git a/main/src/cgeo/geocaching/maps/CGeoMap.java b/main/src/cgeo/geocaching/maps/CGeoMap.java index 1d8e1b4..6730ba9 100644 --- a/main/src/cgeo/geocaching/maps/CGeoMap.java +++ b/main/src/cgeo/geocaching/maps/CGeoMap.java @@ -1052,7 +1052,6 @@ public class CGeoMap extends AbstractMap implements OnMapDragListener, ViewFacto } } - yield(); } catch (Exception e) { Log.w("CGeoMap.LoadTimer.run", e); } @@ -1379,9 +1378,6 @@ public class CGeoMap extends AbstractMap implements OnMapDragListener, ViewFacto detailProgress++; handler.sendEmptyMessage(UPDATE_PROGRESS); } - - // FIXME: what does this yield() do here? - yield(); } // we're done -- cgit v1.1