From b6272aec16732b184844bd2773f410f3c0a152dd Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 28 Oct 2001 04:39:23 +0000 Subject: Fixed Platform changes for GTK+ and hid most of the implementation of Surface. --- src/DocumentAccessor.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/DocumentAccessor.cxx') diff --git a/src/DocumentAccessor.cxx b/src/DocumentAccessor.cxx index e8930c23d..76530e1de 100644 --- a/src/DocumentAccessor.cxx +++ b/src/DocumentAccessor.cxx @@ -23,7 +23,6 @@ DocumentAccessor::~DocumentAccessor() { } -#if PLAT_WIN bool DocumentAccessor::InternalIsLeadByte(char ch) { if (SC_CP_UTF8 == codePage) // For lexing, all characters >= 0x80 are treated the @@ -32,13 +31,6 @@ bool DocumentAccessor::InternalIsLeadByte(char ch) { else return Platform::IsDBCSLeadByte(codePage, ch); } -#else -// PLAT_GTK or PLAT_WX -// TODO: support DBCS under GTK+ and WX -bool DocumentAccessor::InternalIsLeadByte(char) { - return false; -} -#endif void DocumentAccessor::Fill(int position) { if (lenDoc == -1) -- cgit v1.2.3