Removed an obsolete file

This commit is contained in:
Zane U. Ji 2012-09-04 21:05:19 +08:00
parent b464e10fda
commit ca37b141d8
3 changed files with 0 additions and 11 deletions

View File

@ -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

View File

@ -22,9 +22,6 @@
# include <enchant.h>
#else
# include "aspell.h"
# ifdef __WXMSW__
# include "aspellpaths.h"
# endif
#endif
#include "styledialog.h"
#include "nocasecompare.h"

View File

@ -29,10 +29,6 @@
#include "contexthandler.h"
#include "getword.h"
#ifdef __WXMSW__
#include "aspellpaths.h"
#endif
WrapAspell::WrapAspell (
std::string lang
#if !defined(USE_ENCHANT) && defined(__WXMSW__)