aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_rpt.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-13 20:23:48 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-13 20:23:48 +0000
commit0345153cc77f381b04c79b057da9fcf9e8fb6a1e (patch)
treedbdbeb47bccda5577246f9ec7ca6061e41f27534 /apps/app_rpt.c
parent67b0bc3f9512df98636fb7e1ced91e0d7425f349 (diff)
Move usage of the old LOCAL_USER_* macros to the new ast_module_user_* functions in a few documentation places.
(closes issue #11533) Reported by: IgorG Patches: oldmacroclean.v1.diff uploaded by IgorG (license 20) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@92811 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_rpt.c')
-rw-r--r--apps/app_rpt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/app_rpt.c b/apps/app_rpt.c
index 4bca3e07b..e7fbc8145 100644
--- a/apps/app_rpt.c
+++ b/apps/app_rpt.c
@@ -287,10 +287,6 @@ char *discstr = "!!DISCONNECT!!";
static char *remote_rig_ft897 = "ft897";
static char *remote_rig_rbi = "rbi";
-#ifdef OLD_ASTERISK
-STANDARD_LOCAL_USER;
-#endif
-
#define MSWAIT 200
#define HANGTIME 5000
#define TOTIME 180000