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

@@ -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