summaryrefslogtreecommitdiff
path: root/components/dlink_bt/src/dlink_bt_app.erl
diff options
context:
space:
mode:
Diffstat (limited to 'components/dlink_bt/src/dlink_bt_app.erl')
-rw-r--r--components/dlink_bt/src/dlink_bt_app.erl5
1 files changed, 1 insertions, 4 deletions
diff --git a/components/dlink_bt/src/dlink_bt_app.erl b/components/dlink_bt/src/dlink_bt_app.erl
index 95fa4c0..043882a 100644
--- a/components/dlink_bt/src/dlink_bt_app.erl
+++ b/components/dlink_bt/src/dlink_bt_app.erl
@@ -2,7 +2,7 @@
%% Copyright (C) 2014, Jaguar Land Rover
%%
%% This program is licensed under the terms and conditions of the
-%% Mozilla Public License, version 2.0. The full text of the
+%% Mozilla Public License, version 2.0. The full text of the
%% Mozilla Public License is at https://www.mozilla.org/MPL/2.0/
%%
@@ -23,9 +23,6 @@
start(_StartType, _StartArgs) ->
dlink_bt_sup:start_link().
-start_phase(init, _, _) ->
- dlink_bt_rpc:init_rvi_component();
-
start_phase(json_rpc, _, _) ->
dlink_bt_rpc:start_json_server(),
ok;