Remove unused variable in wxSVGFileDC
This commit is contained in:
@@ -248,7 +248,6 @@ private:
|
|||||||
void DoStartNewGraphics();
|
void DoStartNewGraphics();
|
||||||
|
|
||||||
wxString m_filename;
|
wxString m_filename;
|
||||||
int m_sub_images; // number of png format images we have
|
|
||||||
bool m_OK;
|
bool m_OK;
|
||||||
bool m_graphics_changed; // set by Set{Brush,Pen}()
|
bool m_graphics_changed; // set by Set{Brush,Pen}()
|
||||||
int m_width, m_height;
|
int m_width, m_height;
|
||||||
|
@@ -409,7 +409,6 @@ void wxSVGFileDCImpl::Init(const wxString &filename, int Width, int Height,
|
|||||||
|
|
||||||
m_filename = filename;
|
m_filename = filename;
|
||||||
m_graphics_changed = true;
|
m_graphics_changed = true;
|
||||||
m_sub_images = 0;
|
|
||||||
|
|
||||||
////////////////////code here
|
////////////////////code here
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user