Skip to content
Snippets Groups Projects
Commit 95df9d2a authored by Manuel Günther's avatar Manuel Günther
Browse files

Removed call to old bindings of Gabor graph machine and Gabor wavelet transform.

parent 897d1207
No related branches found
No related tags found
No related merge requests found
......@@ -14,13 +14,11 @@ void bind_core_tinyvector();
void bind_core_ndarray_numpy();
void bind_core_bz_numpy();
void bind_core_random();
void bind_ip_gabor_wavelet_transform();
void bind_io_hdf5();
/** machine bindings **/
void bind_machine_base();
void bind_machine_bic();
void bind_machine_gabor();
void bind_machine_gaussian();
void bind_machine_gmm();
void bind_machine_kmeans();
......@@ -51,14 +49,12 @@ BOOST_PYTHON_MODULE(_library) {
bind_core_tinyvector();
bind_core_ndarray_numpy();
bind_core_bz_numpy();
bind_ip_gabor_wavelet_transform();
bind_io_hdf5();
bind_core_random();
/** machine bindings **/
bind_machine_base();
bind_machine_bic();
bind_machine_gabor();
bind_machine_gaussian();
bind_machine_gmm();
bind_machine_kmeans();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment