summaryrefslogtreecommitdiff
path: root/src/pbx_status.erl
diff options
context:
space:
mode:
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]).