diff options
author | Samuel Holland <samuel@sholland.org> | 2018-01-08 20:43:11 -0600 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-01-08 23:39:15 -0600 |
commit | dd69a2e7780a61ab7d86ca31a92d360143aca1d5 (patch) | |
tree | 8dedc9edec497f83911db31f1ac451a8640d4311 /app/src/main/java | |
parent | 710ffc7bb3b7d9e568d2447de890438d4be9a0de (diff) |
project: Remove currently-unused library
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'app/src/main/java')
-rw-r--r-- | app/src/main/java/com/wireguard/android/Application.java | 2 |
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 |