aboutsummaryrefslogtreecommitdiff
path: root/src/libxtract.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxtract.c')
-rw-r--r--src/libxtract.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libxtract.c b/src/libxtract.c
index f729ccf..c8865d5 100644
--- a/src/libxtract.c
+++ b/src/libxtract.c
@@ -75,7 +75,8 @@ int(*xtract[])(const float *, const int, const void *, float *) = {
xtract_harmonics
};
-char *xtract_help_strings[] = {
+
+/*char *xtract_help_strings[] = {
"xtract_mean",
"xtract_variance",
"xtract_standard_deviation",
@@ -123,4 +124,4 @@ char *xtract_help_strings[] = {
"xtract_mfcc",
"xtract_dct",
"xtract_harmonics"
- };
+ }; */