further cleanup

This commit is contained in:
Stefan Csomor
2018-09-22 12:56:36 +02:00
committed by Vadim Zeitlin
parent 37ba39f19d
commit 9bfa4c6da3
2 changed files with 4 additions and 50 deletions

View File

@@ -83,12 +83,6 @@ protected:
virtual bool InitFromMonoBitmap(const wxBitmap& bitmap) wxOVERRIDE;
private:
#if !wxOSX_BITMAP_NATIVE_ACCESS
wxMemoryBuffer m_memBuf ;
int m_bytesPerRow ;
int m_width ;
int m_height ;
#endif
void DoCreateMaskBitmap(int width, int height, int bytesPerRow = -1);
wxCFRef<CGContextRef> m_maskBitmap ;