ref: 1164fd859c07be89c739ebd53fdd146f4efd4c8b
parent: 98e41065ab6e7250d77892c47f425895172de516
author: Paul Brossier <piem@piem.org>
date: Fri May 13 13:55:41 EDT 2016
python/lib/gen_code.py: remove unused variable
--- a/python/lib/gen_code.py
+++ b/python/lib/gen_code.py
@@ -41,12 +41,6 @@
#'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',