From 06e30c3fc93a2cc59e8d0642e257f73b59c38974 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 21 Oct 2019 21:26:49 +0200 Subject: Clean up Python bindings --- lilv/lilv.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lilv/lilv.h') diff --git a/lilv/lilv.h b/lilv/lilv.h index a092178..4846ab1 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -926,7 +926,6 @@ LILV_API uint32_t lilv_plugin_get_num_ports_of_class(const LilvPlugin* plugin, const LilvNode* class_1, ...); -#ifndef SWIG /** Variant of lilv_plugin_get_num_ports_of_class() that takes a va_list. @@ -936,7 +935,6 @@ LILV_API uint32_t lilv_plugin_get_num_ports_of_class_va(const LilvPlugin* plugin, const LilvNode* class_1, va_list args); -#endif /** Return whether or not the plugin introduces (and reports) latency. -- cgit v1.2.1