[Freeswitch-svn] [commit] r5409 - freeswitch/trunk/src/mod/endpoints/mod_portaudio

Freeswitch SVN mikej at freeswitch.org
Wed Jun 20 04:46:14 EDT 2007


Author: mikej
Date: Wed Jun 20 04:46:13 2007
New Revision: 5409

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:46:13 2007
@@ -158,8 +158,6 @@
 	 static int get_dev_by_name(char *name, int in);
 	 static int get_dev_by_number(int number, int in);
 	 static switch_status_t pa_cmd(const char *dest, switch_core_session_t *session, switch_stream_handle_t *stream);
-	 static switch_status_t padep(const char *dest, switch_core_session_t *session, switch_stream_handle_t *stream);
-
 
 /* 
    State methods they get called when the state changes to the specific state 



More information about the Freeswitch-svn mailing list