summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArne Schwabe <arne@blinkt.de>2012-08-20 22:21:34 +0200
committerArne Schwabe <arne@blinkt.de>2012-08-20 22:21:34 +0200
commit6187dadac0040737c2554942a0f3686972aa786d (patch)
tree283ec853dd267ed1d1a66ac6ffc4dd4220eac94c /src
parent52622aeb69fed7da495c233e471bb6e9e9fcd4e7 (diff)
Version 0.5.20
Diffstat (limited to 'src')
-rw-r--r--src/de/blinkt/openvpn/OpenVpnService.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/de/blinkt/openvpn/OpenVpnService.java b/src/de/blinkt/openvpn/OpenVpnService.java
index bac9ca95..41d5b1ee 100644
--- a/src/de/blinkt/openvpn/OpenVpnService.java
+++ b/src/de/blinkt/openvpn/OpenVpnService.java
@@ -89,8 +89,6 @@ public class OpenVpnService extends VpnService implements StateListener {
int icon = R.drawable.ic_stat_vpn;
- long when = System.currentTimeMillis();
-
android.app.Notification.Builder nbuilder = new Notification.Builder(this);
nbuilder.setContentTitle("OpenVPN - " + mProfile.mName);