summaryrefslogtreecommitdiff
path: root/src/myspell/csutil.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/myspell/csutil.cxx')
-rw-r--r--src/myspell/csutil.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/myspell/csutil.cxx b/src/myspell/csutil.cxx
index 6b7e80f..17134f0 100644
--- a/src/myspell/csutil.cxx
+++ b/src/myspell/csutil.cxx
@@ -10,13 +10,6 @@
#include "atypes.hxx"
#include "langnum.hxx"
-// Unicode character encoding information
-struct unicode_info {
- unsigned short c;
- unsigned short cupper;
- unsigned short clower;
-};
-
#ifdef OPENOFFICEORG
# include <unicode/uchar.h>
#else