summaryrefslogtreecommitdiff
path: root/providers/enchant_hunspell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'providers/enchant_hunspell.cpp')
-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>
/***************************************************************************/