summaryrefslogtreecommitdiff
path: root/src/pbx_app.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/pbx_app.erl')
-rw-r--r--src/pbx_app.erl7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pbx_app.erl b/src/pbx_app.erl
index 6d244ba..76f470c 100644
--- a/src/pbx_app.erl
+++ b/src/pbx_app.erl
@@ -1,14 +1,7 @@
-module(pbx_app).
-
-behaviour(application).
-
-%% Application callbacks
-export([start/2, stop/1]).
-%% ===================================================================
-%% Application callbacks
-%% ===================================================================
-
start(_StartType, _StartArgs) ->
pbx_sup:start_link().