aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-01-08 20:43:11 -0600
committerSamuel Holland <samuel@sholland.org>2018-01-08 23:39:15 -0600
commitdd69a2e7780a61ab7d86ca31a92d360143aca1d5 (patch)
tree8dedc9edec497f83911db31f1ac451a8640d4311 /app/src
parentFragment/Tile: Make success/error messages translatable (diff)
downloadwireguard-android-dd69a2e7780a61ab7d86ca31a92d360143aca1d5.tar.xz
wireguard-android-dd69a2e7780a61ab7d86ca31a92d360143aca1d5.zip
project: Remove currently-unused library
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/java/com/wireguard/android/Application.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/java/com/wireguard/android/Application.java b/app/src/main/java/com/wireguard/android/Application.java
index 244cd335..aaa6a246 100644
--- a/app/src/main/java/com/wireguard/android/Application.java
+++ b/app/src/main/java/com/wireguard/android/Application.java
@@ -7,7 +7,6 @@ import android.os.Handler;
import android.os.Looper;
import android.preference.PreferenceManager;
-import com.gabrielittner.threetenbp.LazyThreeTen;
import com.wireguard.android.backend.Backend;
import com.wireguard.android.backend.WgQuickBackend;
import com.wireguard.android.configStore.ConfigStore;
@@ -47,7 +46,6 @@ public class Application extends android.app.Application {
.applicationModule(new ApplicationModule(this))
.build();
component.getTunnelManager().onCreate();
- LazyThreeTen.init(this);
}
@ApplicationScope