summaryrefslogtreecommitdiff
path: root/main/translate.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/translate.c')
-rw-r--r--main/translate.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/translate.c b/main/translate.c
index 617e46552..d9270e907 100644
--- a/main/translate.c
+++ b/main/translate.c
@@ -39,14 +39,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/cli.h"
#include "asterisk/term.h"
-#include "libresample.h"
-
#define MAX_RECALC 1000 /* max sample recalc */
-/* hack to ensure that the libresample code gets linked in */
-
-static attribute_unused void (*resample_hack)(void *) = resample_close;
-
/*! \brief the list of translators */
static AST_RWLIST_HEAD_STATIC(translators, ast_translator);