--- android/TrainInfo/src/dk/thoerup/traininfo/TrainInfoList.java 2009/08/09 09:09:16 239 +++ android/TrainInfo/src/dk/thoerup/traininfo/TrainInfoList.java 2009/08/09 09:20:45 240 @@ -59,7 +59,6 @@ - @Override protected void onPrepareDialog(int id, Dialog dialog) { super.onPrepareDialog(id, dialog); @@ -70,19 +69,9 @@ } } - - - public void progressDialog() { - dialog = new ProgressDialog(this); - dialog.setMessage("Wait for location fix"); - dialog.setCancelable(false); - dialog.show(); - } - public void startLookup() { isRunning = true; showDialog(DLG_PROGRESS); - //progressDialog(); locator.locateStations(); stationsFetched.sendEmptyMessageDelayed(FIXTIMEOUT, 20000);