From e941bbad0fe6511dd92c4a1341a248eae681691b Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Thu, 13 Dec 2007 20:23:48 +0000 Subject: 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: https://origsvn.digium.com/svn/asterisk/trunk@92811 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_rpt.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps') 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 -- cgit v1.2.3