From: kazu Date: Fri, 5 Apr 2024 01:48:40 +0000 (+0000) Subject: Remove unused define X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=069f00e23985bebad506fe9459b06eea7ec0f639;p=ksynth.git Remove unused define git-svn-id: file:///raid/svn-main/kazu-ksynth/trunk@3 7b47e76f-e598-2f43-bc14-414d160cc389 --- diff --git a/src/ksynth.c b/src/ksynth.c index 4de983b..8f696ba 100644 --- a/src/ksynth.c +++ b/src/ksynth.c @@ -11,7 +11,6 @@ #include #define MAX_POLYPHONY 100000 -#define FADE_DURATION 0.05 struct KSynth* ksynth_new(int sample_rate, int num_channel, int max_polyphony) { struct KSynth* ksynth_instance = malloc(sizeof(struct KSynth));