]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
freetdm: remove unused prototype for ftdm_call_clear_data
authorMoises Silva <moy@sangoma.com>
Mon, 28 Feb 2011 17:42:43 +0000 (12:42 -0500)
committerMoises Silva <moy@sangoma.com>
Mon, 28 Feb 2011 17:42:43 +0000 (12:42 -0500)
libs/freetdm/src/include/freetdm.h

index 6556164aac934b8e9777fe605304bfd86fbc907e..d2c0a7e2675dddd2a6c4f9a4c2b4fe08e86ec690 100755 (executable)
@@ -1463,11 +1463,6 @@ FT_DECLARE(ftdm_iterator_t *) ftdm_iterator_next(ftdm_iterator_t *iter);
  */
 FT_DECLARE(ftdm_status_t) ftdm_iterator_free(ftdm_iterator_t *iter);
 
-/*! \brief Clears all the temporary data attached to this call
- *  \note Clears caller_data->variables and caller_data->raw_data.
- * */
-FT_DECLARE(void) ftdm_call_clear_data(ftdm_caller_data_t *caller_data);
-               
 /*! \brief Get the span pointer associated to the channel */
 FT_DECLARE(ftdm_span_t *) ftdm_channel_get_span(const ftdm_channel_t *ftdmchan);