Changeset 1164fd85


Ignore:
Timestamp:
May 13, 2016, 5:55:41 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
c09efca
Parents:
98e4106
Message:

python/lib/gen_code.py: remove unused variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_code.py

    r98e4106 r1164fd85  
    4242        }
    4343
    44 pyfromaubio_fn = {
    45         'fvec_t*': 'PyAubio_CFvecToArray',
    46         'cvec_t*': 'PyAubio_CCvecToArray',
    47         'fmat_t*': 'PyAubio_CFmatToArray',
    48         }
    49 
    5044newfromtype_fn = {
    5145        'fvec_t*': 'new_py_fvec',
Note: See TracChangeset for help on using the changeset viewer.