Removed an obsolete file
This commit is contained in:
parent
b464e10fda
commit
ca37b141d8
|
@ -1,4 +0,0 @@
|
||||||
#ifdef __WXMSW__
|
|
||||||
#define ASPELL_DATA_PATH "C:\\Program Files\\XML Copy Editor\\aspell\\data"
|
|
||||||
#define ASPELL_DICT_PATH "C:\\Program Files\\XML Copy Editor\\aspell\\dict"
|
|
||||||
#endif
|
|
|
@ -22,9 +22,6 @@
|
||||||
# include <enchant.h>
|
# include <enchant.h>
|
||||||
#else
|
#else
|
||||||
# include "aspell.h"
|
# include "aspell.h"
|
||||||
# ifdef __WXMSW__
|
|
||||||
# include "aspellpaths.h"
|
|
||||||
# endif
|
|
||||||
#endif
|
#endif
|
||||||
#include "styledialog.h"
|
#include "styledialog.h"
|
||||||
#include "nocasecompare.h"
|
#include "nocasecompare.h"
|
||||||
|
|
|
@ -29,10 +29,6 @@
|
||||||
#include "contexthandler.h"
|
#include "contexthandler.h"
|
||||||
#include "getword.h"
|
#include "getword.h"
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
|
||||||
#include "aspellpaths.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
WrapAspell::WrapAspell (
|
WrapAspell::WrapAspell (
|
||||||
std::string lang
|
std::string lang
|
||||||
#if !defined(USE_ENCHANT) && defined(__WXMSW__)
|
#if !defined(USE_ENCHANT) && defined(__WXMSW__)
|
||||||
|
|
Loading…
Reference in New Issue