summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2021-08-06 22:35:01 +0100
committerReuben Thomas <rrt@sc3d.org>2021-08-06 22:35:01 +0100
commit11ae5e61b93ae7f527548274170d02901300d2d4 (patch)
tree3f4d3aa8dbf650438a1748963c49d9ed158edcbf
parent88fca675a31a3a62a662759a5142b9c26adca266 (diff)
downloadenchant-11ae5e61b93ae7f527548274170d02901300d2d4.tar.gz
enchant_hunspell.cpp: drop hunspell 1.4 support
Sufficiently old now that we can stop supporting it.
-rw-r--r--providers/enchant_hunspell.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/providers/enchant_hunspell.cpp b/providers/enchant_hunspell.cpp
index c000e79..a1c6815 100644
--- a/providers/enchant_hunspell.cpp
+++ b/providers/enchant_hunspell.cpp
@@ -46,12 +46,6 @@
#include <hunspell/hunspell.hxx>
-/* Some versions of hunspell (1.4.x) don't have this defined. */
-/* This is the defined value at that point */
-#ifndef MAXWORDLEN
-#define MAXWORDLEN 176
-#endif
-
#include <glib.h>
/***************************************************************************/