diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-09-26 02:35:53 +0200 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-09-26 02:35:53 +0200 |
commit | 08ed15bff80e5a09548e74c9a4194280c6be8025 (patch) | |
tree | c26d408cfda844fcfe49938e1e954c6113bbba0e /src/org/broeuschmeul/android/gps/bluetooth | |
parent | 79add8afa37d4e125a0eec577a1f3e10f92b2a07 (diff) | |
download | BlueGPS-08ed15bff80e5a09548e74c9a4194280c6be8025.zip BlueGPS-08ed15bff80e5a09548e74c9a4194280c6be8025.tar.gz BlueGPS-08ed15bff80e5a09548e74c9a4194280c6be8025.tar.bz2 |
Remove unused preferences and associated code
Diffstat (limited to 'src/org/broeuschmeul/android/gps/bluetooth')
-rw-r--r-- | src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsProviderService.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsProviderService.java b/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsProviderService.java index 3fc43e9..8e13ef9 100644 --- a/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsProviderService.java +++ b/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsProviderService.java @@ -65,8 +65,6 @@ public class BluetoothGpsProviderService extends Service implements NmeaListener public static final String PREF_REPLACE_STD_GPS = "replaceStdtGps";
public static final String PREF_MOCK_GPS_NAME = "mockGpsName";
public static final String PREF_TRACK_RECORDING = "trackRecording";
- public static final String PREF_TRACK_MIN_DISTANCE = "trackMinDistance";
- public static final String PREF_TRACK_MIN_TIME = "trackMinTime";
public static final String PREF_TRACK_FILE_DIR = "trackFileDirectory";
public static final String PREF_TRACK_FILE_PREFIX = "trackFilePrefix";
public static final String PREF_BLUETOOTH_DEVICE = "bluetoothDevice";
|