summaryrefslogtreecommitdiffstats
path: root/src/storage/phonetic_key_matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/phonetic_key_matrix.h')
-rw-r--r--src/storage/phonetic_key_matrix.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/storage/phonetic_key_matrix.h b/src/storage/phonetic_key_matrix.h
index 5e1f510..2d3c24f 100644
--- a/src/storage/phonetic_key_matrix.h
+++ b/src/storage/phonetic_key_matrix.h
@@ -212,14 +212,12 @@ int search_matrix(FacadeChewingTable2 * table,
size_t start, size_t end,
PhraseIndexRanges ranges);
-gfloat compute_pronunciation_possibility(pinyin_option_t options,
- PhoneticKeyMatrix * matrix,
+gfloat compute_pronunciation_possibility(PhoneticKeyMatrix * matrix,
size_t start, size_t end,
GArray * cached_keys,
PhraseItem & item);
-bool increase_pronunciation_possibility(pinyin_option_t options,
- PhoneticKeyMatrix * matrix,
+bool increase_pronunciation_possibility(PhoneticKeyMatrix * matrix,
size_t start, size_t end,
GArray * cached_keys,
PhraseItem & item, gint32 delta);