diff options
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r-- | src/Editor.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index 0b78f8f0a..01415ec88 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -16,14 +16,6 @@ #include <algorithm> #include <memory> -// With Borland C++ 5.5, including <string> includes Windows.h leading to defining -// FindText to FindTextA which makes calls here to Document::FindText fail. -#ifdef __BORLANDC__ -#ifdef FindText -#undef FindText -#endif -#endif - #include "Platform.h" #include "ILexer.h" |