Application: Remove unneeded exported component

Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
Samuel Holland 2018-01-08 00:35:35 -06:00
parent 08cca56388
commit 88e30431cb

View File

@ -55,8 +55,6 @@ public class Application extends android.app.Application {
public interface ApplicationComponent {
AsyncWorker getAsyncWorker();
SharedPreferences getPreferences();
ToolsInstaller getToolsInstaller();
TunnelManager getTunnelManager();