From 7cd86db97939a712ec98b7e7210fbe9950e17b16 Mon Sep 17 00:00:00 2001 From: Takeshi Ikuma Date: Sun, 28 Feb 2021 11:49:59 -0600 Subject: [PATCH] Removed repeaed Harmonicity "Thing_declar"-ation --- src/parselmouth.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/parselmouth.cpp b/src/parselmouth.cpp index 7a4cf2dc..8747e636 100644 --- a/src/parselmouth.cpp +++ b/src/parselmouth.cpp @@ -35,7 +35,6 @@ Thing_declare(Daata); Thing_declare(Formant); Thing_declare(Function); Thing_declare(Harmonicity); -Thing_declare(Harmonicity); Thing_declare(Intensity); Thing_declare(Matrix); Thing_declare(MFCC);