git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29317
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
GetControlBounds( m_controlHandle , &contrlRect ) ;
int former_mac_x = contrlRect.left ;
int former_mac_y = contrlRect.top ;
GetControlBounds( m_controlHandle , &contrlRect ) ;
int former_mac_x = contrlRect.left ;
int former_mac_y = contrlRect.top ;
- wxSize sz = GetToolBar()->GetToolSize() ;
+ GetToolBar()->GetToolSize() ;
if ( mac_x != former_mac_x || mac_y != former_mac_y )
{
if ( mac_x != former_mac_x || mac_y != former_mac_y )
{