From b7910ac8f919272ed605848dcae36c926d4804b9 Mon Sep 17 00:00:00 2001
From: Michael Jerris <mike@jerris.com>
Date: Wed, 20 Jun 2007 08:46:13 +0000
Subject: [PATCH] remove unused function

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5409 d0543943-73ff-0310-b7d9-9358b9ac24b2
---
 src/mod/endpoints/mod_portaudio/mod_portaudio.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mod/endpoints/mod_portaudio/mod_portaudio.c b/src/mod/endpoints/mod_portaudio/mod_portaudio.c
index 9d2fad80e6..e7af6e4f2b 100644
--- a/src/mod/endpoints/mod_portaudio/mod_portaudio.c
+++ b/src/mod/endpoints/mod_portaudio/mod_portaudio.c
@@ -158,8 +158,6 @@ SWITCH_DECLARE_GLOBAL_STRING_FUNC(set_global_dialplan, globals.dialplan)
 	 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