aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java')
-rw-r--r--src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java b/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java
index 53037c1..0b79286 100644
--- a/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java
+++ b/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java
@@ -160,11 +160,6 @@ public class BluetoothGpsActivity extends PreferenceActivity implements OnPrefer
builder.setTitle(R.string.about_title);
builder.setIcon(R.drawable.gplv3_icon);
builder.setView(messageView);
-
-
-// CharSequence styledText = Html.fromHtml(getString(R.string.about));
-// builder.setMessage(R.string.about);
-// builder.setMessage(styledText);
builder.show();
}