clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 09fdf72713bccd29c419cc1a8491487fa6471762
parent b9782c1bb830c8923fb3ff88f553d4035266da61
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Tue, 21 Jun 2016 17:12:46 +0200

Remove useless define

Diffstat:
Minclude/clap/clap.h | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/include/clap/clap.h b/include/clap/clap.h @@ -99,9 +99,6 @@ enum clap_log_severity // Should be "1" if the plugin supports in place processing. # define CLAP_ATTR_SUPPORTS_IN_PLACE_PROCESSING "clap/supports_in_place_processing" -# define CLAP_EVENT_TYPE_SPACE 0 -# define CLAP_EVENT_TYPE_SPACE_ID "clap/events" - //////////////// // PARAMETERS // ////////////////