aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'native/jni/src/defines.h')
-rw-r--r--native/jni/src/defines.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h
index c7d3bf313..8bcadcbe9 100644
--- a/native/jni/src/defines.h
+++ b/native/jni/src/defines.h
@@ -255,8 +255,6 @@ static inline void prof_out(void) {
#define FIRST_WORD_INDEX 0
-#define MAX_SPACES_INTERNAL 16
-
// TODO: Reduce this constant if possible; check the maximum number of digraphs in the same
// word in the dictionary for languages with digraphs, like German and French
#define DEFAULT_MAX_DIGRAPH_SEARCH_DEPTH 5