From 03df442d0e5878868a7bc945cf23371271e67c42 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 19 Oct 2015 15:44:46 +0200 Subject: [PATCH] remove cruft --- libs/ardour/ardour/ladspa_plugin.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/ardour/ladspa_plugin.h b/libs/ardour/ardour/ladspa_plugin.h index f23517f108..8c4a96668e 100644 --- a/libs/ardour/ardour/ladspa_plugin.h +++ b/libs/ardour/ardour/ladspa_plugin.h @@ -105,8 +105,6 @@ class LIBARDOUR_API LadspaPlugin : public ARDOUR::Plugin bool has_editor() const { return false; } - int require_output_streams (uint32_t); - /* LADSPA extras */ LADSPA_Properties properties() const { return _descriptor->Properties; }