From ca37b141d8654441ef29e4ddd8d8ce47ecdfa8e7 Mon Sep 17 00:00:00 2001 From: "Zane U. Ji" Date: Tue, 4 Sep 2012 21:05:19 +0800 Subject: [PATCH] Removed an obsolete file --- src/aspellpaths.h | 4 ---- src/styledialog.cpp | 3 --- src/wrapaspell.cpp | 4 ---- 3 files changed, 11 deletions(-) delete mode 100755 src/aspellpaths.h diff --git a/src/aspellpaths.h b/src/aspellpaths.h deleted file mode 100755 index fddd53a..0000000 --- a/src/aspellpaths.h +++ /dev/null @@ -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 diff --git a/src/styledialog.cpp b/src/styledialog.cpp index 30b8247..3acb12c 100755 --- a/src/styledialog.cpp +++ b/src/styledialog.cpp @@ -22,9 +22,6 @@ # include #else # include "aspell.h" -# ifdef __WXMSW__ -# include "aspellpaths.h" -# endif #endif #include "styledialog.h" #include "nocasecompare.h" diff --git a/src/wrapaspell.cpp b/src/wrapaspell.cpp index 39cdef6..96822fe 100755 --- a/src/wrapaspell.cpp +++ b/src/wrapaspell.cpp @@ -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__)