remove unused function

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5408 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-06-20 08:45:33 +00:00
parent a2a725f915
commit 04af2a4325
1 changed files with 0 additions and 6 deletions

View File

@ -1650,12 +1650,6 @@ static switch_status_t place_call(char **argv, int argc, switch_stream_handle_t
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 };