[Freeswitch-svn] [commit] r5408 - freeswitch/trunk/src/mod/endpoints/mod_portaudio
Freeswitch SVN
mikej at freeswitch.org
Wed Jun 20 04:45:33 EDT 2007
Author: mikej
Date: Wed Jun 20 04:45:33 2007
New Revision: 5408
Modified:
freeswitch/trunk/src/mod/endpoints/mod_portaudio/mod_portaudio.c
Log:
remove unused function
Modified: freeswitch/trunk/src/mod/endpoints/mod_portaudio/mod_portaudio.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_portaudio/mod_portaudio.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_portaudio/mod_portaudio.c Wed Jun 20 04:45:33 2007
@@ -1650,12 +1650,6 @@
return SWITCH_STATUS_SUCCESS;
}
-SWITCH_STANDARD_API(padep)
-{
- stream->write_function(stream, "This command no longer exists (try 'pa help')\n");
- return SWITCH_STATUS_SUCCESS;
-}
-
SWITCH_STANDARD_API(pa_cmd)
{
char *argv[1024] = { 0 };
More information about the Freeswitch-svn
mailing list