diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-10-24 22:01:26 +0200 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-10-24 22:01:26 +0200 |
commit | 59451244a4d1e9f71735a089889a6bbdaf3ca375 (patch) | |
tree | 7ce2bc3b7141e285cfdc7025f3fab63f2d056100 /src | |
parent | c36454f4313b1514603ae91f284542885ebe38f1 (diff) | |
download | BlueGPS-59451244a4d1e9f71735a089889a6bbdaf3ca375.zip BlueGPS-59451244a4d1e9f71735a089889a6bbdaf3ca375.tar.gz BlueGPS-59451244a4d1e9f71735a089889a6bbdaf3ca375.tar.bz2 |
code cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java b/src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java index bca3ca5..91489a5 100644 --- a/src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java +++ b/src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java @@ -44,7 +44,6 @@ import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothSocket;
import android.content.Context;
import android.content.SharedPreferences;
-import android.location.Criteria;
import android.content.Intent;
import android.location.LocationManager;
import android.location.GpsStatus.NmeaListener;
|