summaryrefslogtreecommitdiff
path: root/src/pbx_status.erl
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-11-11 16:31:21 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-11-11 16:31:21 +0100
commitd5f00862816454c7a025e8a0bebc12d6a8f611ed (patch)
tree297b319bb5e3a572caa2ebe1aafefd0d58faea8b /src/pbx_status.erl
parent09703ef5c6181570388e99a74ddf3d871869801b (diff)
Fix missing parts
Diffstat (limited to 'src/pbx_status.erl')
-rw-r--r--src/pbx_status.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pbx_status.erl b/src/pbx_status.erl
index 548e16a..0b90a94 100644
--- a/src/pbx_status.erl
+++ b/src/pbx_status.erl
@@ -1,7 +1,6 @@
-module(pbx_status).
-behaviour(gen_event).
--export([start_link/0, add_handler/2]).
-export([init/1, handle_event/2, handle_call/2, handle_info/2,
terminate/2, code_change/3]).