From 6f2bd40a8130fda63d1bf185fdeee078b168ba28 Mon Sep 17 00:00:00 2001 From: Mariano Reingart Date: Mon, 19 Jan 2015 01:03:35 +0000 Subject: [PATCH] Remove duplicate declaration in wxRichTextCtrl buffer interface This is needed to compile wxPython Phoenix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/richtext/richtextbuffer.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/interface/wx/richtext/richtextbuffer.h b/interface/wx/richtext/richtextbuffer.h index 12f556efaf..085d031e19 100644 --- a/interface/wx/richtext/richtextbuffer.h +++ b/interface/wx/richtext/richtextbuffer.h @@ -4888,16 +4888,6 @@ public: */ virtual bool LoadAndScaleImageCache(wxImage& image, const wxSize& sz, bool delayLoading, bool& changed); - /** - Gets the original image size. - */ - wxSize GetOriginalImageSize() const { return m_originalImageSize; } - - /** - Sets the original image size. - */ - void SetOriginalImageSize(const wxSize& sz) { m_originalImageSize = sz; } - /** Gets the image state. */