From 4de4adcedcb683a82efaa2db7253dd799167144d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 26 Nov 2006 07:00:54 +0000 Subject: [PATCH] Compilation fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/richtext.i | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wxPython/src/richtext.i b/wxPython/src/richtext.i index 1b80b836c5..5387979d3d 100644 --- a/wxPython/src/richtext.i +++ b/wxPython/src/richtext.i @@ -412,11 +412,11 @@ public: bool HasTabs() const; bool HasLeftIndent() const; bool HasRightIndent() const; - bool HasWeight() const; - bool HasSize() const; - bool HasItalic() const; - bool HasUnderlined() const; - bool HasFaceName() const; +// bool HasWeight() const; +// bool HasSize() const; +// bool HasItalic() const; +// bool HasUnderlined() const; +// bool HasFaceName() const; bool HasFont() const; bool HasParagraphSpacingAfter() const; -- 2.47.2