sphinx-speech-engine: permanently removing some commented out code
authorJanos Kovacs <jankovac503@gmail.com>
Thu, 6 Jun 2013 13:42:40 +0000 (16:42 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 6 Jun 2013 13:56:35 +0000 (16:56 +0300)
src/plugins/sphinx-speech-engine/utterance.h

index f2cfb38..6d0e0c9 100644 (file)
@@ -7,28 +7,6 @@
 #define CANDIDATE_MAX        1000
 
 
-#if 0
-struct word_s {
-    const char *word;
-    int32_t start;
-    int32_t end;
-};
-
-struct candidate_s {
-    double  quality;
-    size_t  nword;
-    word_t  words[CANDIDATE_WORD_MAX + 1];
-};
-
-struct utternace_s {
-    const char *id;
-    double quality;
-    uint32_t length;
-    size_t ncand;
-    candidate_t **cands;
-};
-#endif
-
 void utterance_start(context_t *ctx);
 void utterance_end(context_t *ctx);