aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_waitforsilence.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_waitforsilence.c')
-rw-r--r--apps/app_waitforsilence.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/app_waitforsilence.c b/apps/app_waitforsilence.c
index 948c8c756..c874bf4a8 100644
--- a/apps/app_waitforsilence.c
+++ b/apps/app_waitforsilence.c
@@ -61,8 +61,6 @@ static char *descrip =
" - WaitForSilence(500|2) will wait for 1/2 second of silence, twice\n"
" - WaitForSilence(1000) will wait for 1 second of silence, once\n";
-STANDARD_LOCAL_USER;
-
LOCAL_USER_DECL;
static int do_waiting(struct ast_channel *chan, int maxsilence) {