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
This commit is contained in:
parent
d124df8133
commit
6f2bd40a81
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user