Remove old todo
This commit is contained in:
parent
41ee117bfa
commit
c3efc81957
|
@ -680,7 +680,6 @@ impl<P: ClapPlugin> Wrapper<P> {
|
||||||
// - gui
|
// - gui
|
||||||
// - the non-freestanding GUI extensions depending on the platform
|
// - the non-freestanding GUI extensions depending on the platform
|
||||||
// - latency
|
// - latency
|
||||||
// - state
|
|
||||||
let id = CStr::from_ptr(id);
|
let id = CStr::from_ptr(id);
|
||||||
if id == CStr::from_ptr(CLAP_EXT_AUDIO_PORTS_CONFIG) {
|
if id == CStr::from_ptr(CLAP_EXT_AUDIO_PORTS_CONFIG) {
|
||||||
&wrapper.clap_plugin_audio_ports_config as *const _ as *const c_void
|
&wrapper.clap_plugin_audio_ports_config as *const _ as *const c_void
|
||||||
|
|
Loading…
Reference in a new issue