From 2a177261469160d66f95ac4c1a62349fc48b3696 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 2 Nov 2015 23:57:34 +0100 Subject: Remove clutter --- src/pbx_app.erl | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/pbx_app.erl') 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(). -- cgit v1.2.3