From 1164fd859c07be89c739ebd53fdd146f4efd4c8b Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 13 May 2016 17:55:41 +0200 Subject: [PATCH] python/lib/gen_code.py: remove unused variable --- python/lib/gen_code.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/python/lib/gen_code.py b/python/lib/gen_code.py index eb94dab7..6e4b17b0 100644 --- a/python/lib/gen_code.py +++ b/python/lib/gen_code.py @@ -41,12 +41,6 @@ pytoaubio_fn = { #'fmat_t*': 'PyAubio_ArrayToCFmat', } -pyfromaubio_fn = { - 'fvec_t*': 'PyAubio_CFvecToArray', - 'cvec_t*': 'PyAubio_CCvecToArray', - 'fmat_t*': 'PyAubio_CFmatToArray', - } - newfromtype_fn = { 'fvec_t*': 'new_py_fvec', 'fmat_t*': 'new_py_fmat', -- 2.11.0