Skip to content

Commit d66d0c9

Browse files
committed
Remove obsolete onDestroy
1 parent 9b7d7d4 commit d66d0c9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

MicroJobs/src/com/oreilly/demo/android/pa/microjobs/MicroJobs.java

-6
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,6 @@ public void onPause() {
246246
mMyLocationOverlay.disableMyLocation();
247247
}
248248

249-
// stop tracing when application ends
250-
@Override
251-
public void onDestroy() {
252-
super.onDestroy();
253-
}
254-
255249
/**
256250
* @see com.google.android.maps.MapActivity#onResume()
257251
*/

0 commit comments

Comments
 (0)