[asterisk-commits] trunk r15517 - in /trunk: apps/ include/asterisk/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Mar 28 06:52:07 MST 2006


Author: rizzo
Date: Tue Mar 28 07:52:04 2006
New Revision: 15517

URL: http://svn.digium.com/view/asterisk?rev=15517&view=rev
Log:
remove the long since unused STANDARD_LOCAL_USERS macro
so that new apps will not try to use it by mistake.


Modified:
    trunk/apps/app_channelredirect.c
    trunk/apps/app_rpt.c
    trunk/include/asterisk/module.h

Modified: trunk/apps/app_channelredirect.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_channelredirect.c?rev=15517&r1=15516&r2=15517&view=diff
==============================================================================
--- trunk/apps/app_channelredirect.c (original)
+++ trunk/apps/app_channelredirect.c Tue Mar 28 07:52:04 2006
@@ -47,8 +47,6 @@
 static char *descrip = 
 "ChannelRedirect(channel|[[context|]extension|]priority):\n"
 "  Sends the specified channel to the specified extension priority\n";
-
-STANDARD_LOCAL_USER;
 
 LOCAL_USER_DECL;
 

Modified: trunk/apps/app_rpt.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_rpt.c?rev=15517&r1=15516&r2=15517&view=diff
==============================================================================
--- trunk/apps/app_rpt.c (original)
+++ trunk/apps/app_rpt.c Tue Mar 28 07:52:04 2006
@@ -260,7 +260,6 @@
 
 struct	ast_config *cfg;
 
-STANDARD_LOCAL_USER;
 LOCAL_USER_DECL;
 
 #define	MSWAIT 200

Modified: trunk/include/asterisk/module.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/module.h?rev=15517&r1=15516&r2=15517&view=diff
==============================================================================
--- trunk/include/asterisk/module.h (original)
+++ trunk/include/asterisk/module.h Tue Mar 28 07:52:04 2006
@@ -272,8 +272,6 @@
 	struct ast_channel *chan;
 	struct localuser *next;
 };
-
-#define STANDARD_LOCAL_USER	/* unused and deprecated now */
 
 /*! 
  * \brief The localuser declaration.



More information about the asterisk-commits mailing list