diff options
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/w_char.hxx')
-rw-r--r-- | plugins/SpellChecker/src/hunspell/w_char.hxx | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/plugins/SpellChecker/src/hunspell/w_char.hxx b/plugins/SpellChecker/src/hunspell/w_char.hxx deleted file mode 100644 index 3719dd3b77..0000000000 --- a/plugins/SpellChecker/src/hunspell/w_char.hxx +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef __WCHARHXX__ -#define __WCHARHXX__ - -#ifndef GCC -typedef struct { -#else -typedef struct __attribute__ ((packed)) { -#endif - unsigned char l; - unsigned char h; -} w_char; - -// two character arrays -struct replentry { - char * pattern; - char * pattern2; - bool start; - bool end; -}; - -#endif |