Remove unused variable in wxSVGFileDC

This commit is contained in:
Maarten Bent
2019-04-10 23:44:26 +02:00
parent b7bf6640ed
commit 310b06402e
2 changed files with 0 additions and 2 deletions

View File

@@ -248,7 +248,6 @@ private:
void DoStartNewGraphics();
wxString m_filename;
int m_sub_images; // number of png format images we have
bool m_OK;
bool m_graphics_changed; // set by Set{Brush,Pen}()
int m_width, m_height;

View File

@@ -409,7 +409,6 @@ void wxSVGFileDCImpl::Init(const wxString &filename, int Width, int Height,
m_filename = filename;
m_graphics_changed = true;
m_sub_images = 0;
////////////////////code here