remove unused variable assignment, closes #14928
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4557,7 +4557,6 @@ void wxPropertyGrid::RecalculateVirtualSize( int forceXPos )
|
|||||||
if ( !HasVirtualWidth() )
|
if ( !HasVirtualWidth() )
|
||||||
{
|
{
|
||||||
m_pState->SetVirtualWidth(width);
|
m_pState->SetVirtualWidth(width);
|
||||||
x = width;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
m_width = width;
|
m_width = width;
|
||||||
|
Reference in New Issue
Block a user