remove unused function
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5408 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a2a725f915
commit
04af2a4325
|
@ -1650,12 +1650,6 @@ static switch_status_t place_call(char **argv, int argc, switch_stream_handle_t
|
||||||
return SWITCH_STATUS_SUCCESS;
|
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)
|
SWITCH_STANDARD_API(pa_cmd)
|
||||||
{
|
{
|
||||||
char *argv[1024] = { 0 };
|
char *argv[1024] = { 0 };
|
||||||
|
|
Loading…
Reference in New Issue