Skip to content

Commit

Permalink
Remove unnecessary interfaces from passthru example
Browse files Browse the repository at this point in the history
  • Loading branch information
MirkoCovizzi committed Apr 27, 2020
1 parent 0e3e3ce commit b2ffafc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/passthru.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ unsafe fn wstrcpy(src: &str, dst: *mut c_short) {
}

#[VST3(implements(
IComponent,
IPluginBase,
IEditController,
IAudioProcessor,
IAutomationState,
Expand Down

0 comments on commit b2ffafc

Please sign in to comment.