summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-08 16:34:47 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-08 16:34:47 +0200
commit87c962c47189cac2f9954c94a55e36770accfb70 (patch)
treee717cc737e5c892790752cfa6c7dc96b761db60a /src/de/blinkt/openvpn
parent379ae9173874ebe7d3811f0fde9b75221c349386 (diff)
Add FAQ Dialog, will be filled with more Items later
Diffstat (limited to 'src/de/blinkt/openvpn')
-rw-r--r--src/de/blinkt/openvpn/AboutPreference.java14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/de/blinkt/openvpn/AboutPreference.java b/src/de/blinkt/openvpn/AboutPreference.java
deleted file mode 100644
index ff6c611d..00000000
--- a/src/de/blinkt/openvpn/AboutPreference.java
+++ /dev/null
@@ -1,14 +0,0 @@
-package de.blinkt.openvpn;
-
-import android.content.Context;
-import android.preference.Preference;
-import android.util.AttributeSet;
-
-public class AboutPreference extends Preference {
-
- public AboutPreference(Context context, AttributeSet attrs) {
- super(context, attrs);
- setWidgetLayoutResource(R.layout.about);
- }
-
-}