Get rid of unused variables
This commit is contained in:
@@ -400,8 +400,6 @@ void wxPropertyGrid::Init1()
|
||||
m_iconWidth = wxPG_ICON_WIDTH;
|
||||
#endif
|
||||
|
||||
m_prevVY = -1;
|
||||
|
||||
m_gutterWidth = wxPG_GUTTER_MIN;
|
||||
m_subgroup_extramargin = 10;
|
||||
|
||||
@@ -2658,8 +2656,6 @@ void wxPropertyGrid::Clear()
|
||||
|
||||
m_propHover = NULL;
|
||||
|
||||
m_prevVY = 0;
|
||||
|
||||
RecalculateVirtualSize();
|
||||
|
||||
// Need to clear some area at the end
|
||||
|
||||
Reference in New Issue
Block a user