From: Paul Brossier Date: Fri, 13 May 2016 15:55:41 +0000 (+0200) Subject: python/lib/gen_code.py: remove unused variable X-Git-Tag: 0.4.4~300^2~54 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=1164fd859c07be89c739ebd53fdd146f4efd4c8b;p=aubio.git python/lib/gen_code.py: remove unused variable --- 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',